CopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>, SdkBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>public static interface CreateMultipartUploadResponse.Builder extends CopyableBuilder<CreateMultipartUploadResponse.Builder,CreateMultipartUploadResponse>
| Modifier and Type | Method | Description |
|---|---|---|
CreateMultipartUploadResponse.Builder |
abortDate(Date abortDate) |
Date when multipart upload will become eligible for abort operation by lifecycle.
|
CreateMultipartUploadResponse.Builder |
abortRuleId(String abortRuleId) |
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
CreateMultipartUploadResponse.Builder |
bucket(String bucket) |
Name of the bucket to which the multipart upload was initiated.
|
CreateMultipartUploadResponse.Builder |
key(String key) |
Object key for which the multipart upload was initiated.
|
CreateMultipartUploadResponse.Builder |
requestCharged(String requestCharged) |
|
CreateMultipartUploadResponse.Builder |
requestCharged(RequestCharged requestCharged) |
|
CreateMultipartUploadResponse.Builder |
serverSideEncryption(String serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
CreateMultipartUploadResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption) |
The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).
|
CreateMultipartUploadResponse.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.
|
CreateMultipartUploadResponse.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.
|
CreateMultipartUploadResponse.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.
|
CreateMultipartUploadResponse.Builder |
uploadId(String uploadId) |
ID for the initiated multipart upload.
|
copyapply, buildCreateMultipartUploadResponse.Builder abortDate(Date abortDate)
abortDate - Date when multipart upload will become eligible for abort operation by lifecycle.CreateMultipartUploadResponse.Builder abortRuleId(String abortRuleId)
abortRuleId - Id of the lifecycle rule that makes a multipart upload eligible for abort operation.CreateMultipartUploadResponse.Builder bucket(String bucket)
bucket - Name of the bucket to which the multipart upload was initiated.CreateMultipartUploadResponse.Builder key(String key)
key - Object key for which the multipart upload was initiated.CreateMultipartUploadResponse.Builder uploadId(String uploadId)
uploadId - ID for the initiated multipart upload.CreateMultipartUploadResponse.Builder serverSideEncryption(String serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionCreateMultipartUploadResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
serverSideEncryption - The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).ServerSideEncryptionCreateMultipartUploadResponse.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.CreateMultipartUploadResponse.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.CreateMultipartUploadResponse.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.CreateMultipartUploadResponse.Builder requestCharged(String requestCharged)
requestCharged - RequestChargedCreateMultipartUploadResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged - RequestChargedCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.