Uses of Interface
software.amazon.awssdk.services.s3.model.CopyObjectResponse.Builder
Packages that use CopyObjectResponse.Builder
-
Uses of CopyObjectResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CopyObjectResponse.BuilderModifier and TypeMethodDescriptionCopyObjectResponse.Builder.bucketKeyEnabled(Boolean bucketKeyEnabled) Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).static CopyObjectResponse.BuilderCopyObjectResponse.builder()default CopyObjectResponse.BuilderCopyObjectResponse.Builder.copyObjectResult(Consumer<CopyObjectResult.Builder> copyObjectResult) Container for all response elements.CopyObjectResponse.Builder.copyObjectResult(CopyObjectResult copyObjectResult) Container for all response elements.CopyObjectResponse.Builder.copySourceVersionId(String copySourceVersionId) Version ID of the source object that was copied.CopyObjectResponse.Builder.expiration(String expiration) If the object expiration is configured, the response includes this header.CopyObjectResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.CopyObjectResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.CopyObjectResponse.Builder.serverSideEncryption(String serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.CopyObjectResponse.Builder.serverSideEncryption(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.CopyObjectResponse.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) If server-side encryption with a customer-provided encryption key was requested, the response will include this header to confirm the encryption algorithm that's used.CopyObjectResponse.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide the round-trip message integrity verification of the customer-provided encryption key.CopyObjectResponse.Builder.ssekmsEncryptionContext(String ssekmsEncryptionContext) If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption.CopyObjectResponse.Builder.ssekmsKeyId(String ssekmsKeyId) If present, indicates the ID of the KMS key that was used for object encryption.CopyObjectResponse.toBuilder()Version ID of the newly created copy.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CopyObjectResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyObjectResponse.Builder>CopyObjectResponse.serializableBuilderClass()