Class ObjectOperationImpl

    • Constructor Detail

      • ObjectOperationImpl

        public ObjectOperationImpl()
    • Method Detail

      • withObjectName

        public <T extends ObjectOperationImpl> T withObjectName​(java.lang.String b)
      • s3ObjectKey

        protected java.lang.String s3ObjectKey​(AdaptrisMessage msg)
        Get the key representing the S3 Object.
      • getObjectName

        public java.lang.String getObjectName()
        The Object in S3 that this operation will target.

        Generally this is the full key to the object in the bucket.

      • setObjectName

        public void setObjectName​(java.lang.String objectName)
        The Object in S3 that this operation will target.

        Generally this is the full key to the object in the bucket.