CopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>, SdkBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>public static interface UploadPartCopyResponse.Builder extends CopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UploadPartCopyResponse.Builder |
copyPartResult(CopyPartResult copyPartResult) |
|
UploadPartCopyResponse.Builder |
copySourceVersionId(String copySourceVersionId) |
The version of the source object that was copied, if you have enabled versioning on the source bucket.
|
UploadPartCopyResponse.Builder |
requestCharged(String requestCharged) |
|
UploadPartCopyResponse.Builder |
requestCharged(RequestCharged requestCharged) |
|
UploadPartCopyResponse.Builder |
serverSideEncryption(String serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
UploadPartCopyResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
UploadPartCopyResponse.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.
|
UploadPartCopyResponse.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.
|
UploadPartCopyResponse.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.
|
copyapply, buildUploadPartCopyResponse.Builder copySourceVersionId(String copySourceVersionId)
copySourceVersionId - The version of the source object that was copied, if you have enabled versioning on the source bucket.UploadPartCopyResponse.Builder copyPartResult(CopyPartResult copyPartResult)
copyPartResult - UploadPartCopyResponse.Builder serverSideEncryption(String serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionUploadPartCopyResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionUploadPartCopyResponse.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.UploadPartCopyResponse.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.UploadPartCopyResponse.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.UploadPartCopyResponse.Builder requestCharged(String requestCharged)
requestCharged - RequestChargedUploadPartCopyResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.