public static interface UploadPartCopyResponse.Builder extends S3Response.Builder, CopyableBuilder<UploadPartCopyResponse.Builder,UploadPartCopyResponse>
| Modifier and Type | Method and Description |
|---|---|
default UploadPartCopyResponse.Builder |
copyPartResult(Consumer<CopyPartResult.Builder> copyPartResult)
Sets the value of the CopyPartResult property for this object.
|
UploadPartCopyResponse.Builder |
copyPartResult(CopyPartResult copyPartResult)
Sets the value of the CopyPartResult property for this object.
|
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(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
UploadPartCopyResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
UploadPartCopyResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption)
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
UploadPartCopyResponse.Builder |
serverSideEncryption(String 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 - The new value for the CopyPartResult property for this object.default UploadPartCopyResponse.Builder copyPartResult(Consumer<CopyPartResult.Builder> copyPartResult)
CopyPartResult.Builder avoiding the need to
create one manually via CopyPartResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to copyPartResult(CopyPartResult).copyPartResult - a consumer that will call methods on CopyPartResult.BuildercopyPartResult(CopyPartResult)UploadPartCopyResponse.Builder serverSideEncryption(String serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryption,
ServerSideEncryptionUploadPartCopyResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryption,
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 - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedUploadPartCopyResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - The new value for the RequestCharged property for this object.RequestCharged,
RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.