public static interface UploadPartResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<UploadPartResponse.Builder,UploadPartResponse>
Modifier and Type | Method and Description |
---|---|
UploadPartResponse.Builder |
bucketKeyEnabled(Boolean bucketKeyEnabled)
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with AWS KMS
(SSE-KMS).
|
UploadPartResponse.Builder |
eTag(String eTag)
Entity tag for the uploaded object.
|
UploadPartResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
UploadPartResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
UploadPartResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption)
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,
aws:kms).
|
UploadPartResponse.Builder |
serverSideEncryption(String serverSideEncryption)
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,
aws:kms).
|
UploadPartResponse.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.
|
UploadPartResponse.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.
|
UploadPartResponse.Builder |
ssekmsKeyId(String ssekmsKeyId)
If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer
master key (CMK) was used for the object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UploadPartResponse.Builder serverSideEncryption(String serverSideEncryption)
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,
aws:kms).ServerSideEncryption
,
ServerSideEncryption
UploadPartResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
serverSideEncryption
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,
aws:kms).ServerSideEncryption
,
ServerSideEncryption
UploadPartResponse.Builder eTag(String eTag)
Entity tag for the uploaded object.
eTag
- Entity tag for the uploaded object.UploadPartResponse.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.
sseCustomerAlgorithm
- If server-side encryption with a customer-provided encryption key was requested, the response will
include this header confirming the encryption algorithm used.UploadPartResponse.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.
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.UploadPartResponse.Builder ssekmsKeyId(String ssekmsKeyId)
If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) was used for the object.
ssekmsKeyId
- If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed
customer master key (CMK) was used for the object.UploadPartResponse.Builder bucketKeyEnabled(Boolean bucketKeyEnabled)
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with AWS KMS (SSE-KMS).
bucketKeyEnabled
- Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with AWS KMS
(SSE-KMS).UploadPartResponse.Builder requestCharged(String requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
UploadPartResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
Copyright © 2020. All rights reserved.