CopyableBuilder<CopyObjectResponse.Builder,CopyObjectResponse>, SdkBuilder<CopyObjectResponse.Builder,CopyObjectResponse>public static interface CopyObjectResponse.Builder extends CopyableBuilder<CopyObjectResponse.Builder,CopyObjectResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CopyObjectResponse.Builder |
copyObjectResult(CopyObjectResult copyObjectResult) |
|
CopyObjectResponse.Builder |
copySourceVersionId(String copySourceVersionId) |
|
CopyObjectResponse.Builder |
expiration(String expiration) |
If the object expiration is configured, the response includes this header.
|
CopyObjectResponse.Builder |
requestCharged(String requestCharged) |
|
CopyObjectResponse.Builder |
requestCharged(RequestCharged requestCharged) |
|
CopyObjectResponse.Builder |
serverSideEncryption(String serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
CopyObjectResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
CopyObjectResponse.Builder |
sseCustomerAlgorithm(String sseCustomerAlgorithm) |
If server-side encryption with a customer-provided encryption key was requested, the response will include
this header confirming the encryption algorithm 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 round trip message integrity verification of the customer-provided encryption key.
|
CopyObjectResponse.Builder |
ssekmsKeyId(String ssekmsKeyId) |
If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for
the object.
|
CopyObjectResponse.Builder |
versionId(String versionId) |
Version ID of the newly created copy.
|
copyapply, buildCopyObjectResponse.Builder copyObjectResult(CopyObjectResult copyObjectResult)
copyObjectResult - CopyObjectResponse.Builder expiration(String expiration)
expiration - If the object expiration is configured, the response includes this header.CopyObjectResponse.Builder copySourceVersionId(String copySourceVersionId)
copySourceVersionId - CopyObjectResponse.Builder versionId(String versionId)
versionId - Version ID of the newly created copy.CopyObjectResponse.Builder serverSideEncryption(String serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionCopyObjectResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionCopyObjectResponse.Builder sseCustomerAlgorithm(String sseCustomerAlgorithm)
sseCustomerAlgorithm - If server-side encryption with a customer-provided encryption key was requested, the response will
include this header confirming the encryption algorithm used.CopyObjectResponse.Builder sseCustomerKeyMD5(String sseCustomerKeyMD5)
sseCustomerKeyMD5 - If server-side encryption with a customer-provided encryption key was requested, the response will
include this header to provide round trip message integrity verification of the customer-provided
encryption key.CopyObjectResponse.Builder ssekmsKeyId(String ssekmsKeyId)
ssekmsKeyId - If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was
used for the object.CopyObjectResponse.Builder requestCharged(String requestCharged)
requestCharged - RequestChargedCopyObjectResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.