public static interface CompleteMultipartUploadResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
Modifier and Type | Method and Description |
---|---|
CompleteMultipartUploadResponse.Builder |
bucket(String bucket)
The name of the bucket that contains the newly created object.
|
CompleteMultipartUploadResponse.Builder |
eTag(String eTag)
Entity tag that identifies the newly created object's data.
|
CompleteMultipartUploadResponse.Builder |
expiration(String expiration)
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID
(rule-id).
|
CompleteMultipartUploadResponse.Builder |
key(String key)
The object key of the newly created object.
|
CompleteMultipartUploadResponse.Builder |
location(String location)
The URI that identifies the newly created object.
|
CompleteMultipartUploadResponse.Builder |
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.
|
CompleteMultipartUploadResponse.Builder |
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.
|
CompleteMultipartUploadResponse.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption)
If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS
customer master key (CMK) in your initiate multipart upload request, the response includes this header.
|
CompleteMultipartUploadResponse.Builder |
serverSideEncryption(String serverSideEncryption)
If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS
customer master key (CMK) in your initiate multipart upload request, the response includes this header.
|
CompleteMultipartUploadResponse.Builder |
ssekmsKeyId(String ssekmsKeyId)
If present, specifies the ID of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was
used for the object.
|
CompleteMultipartUploadResponse.Builder |
versionId(String versionId)
Version ID of the newly created object, in case the bucket has versioning turned on.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CompleteMultipartUploadResponse.Builder location(String location)
The URI that identifies the newly created object.
location
- The URI that identifies the newly created object.CompleteMultipartUploadResponse.Builder bucket(String bucket)
The name of the bucket that contains the newly created object.
bucket
- The name of the bucket that contains the newly created object.CompleteMultipartUploadResponse.Builder key(String key)
The object key of the newly created object.
key
- The object key of the newly created object.CompleteMultipartUploadResponse.Builder expiration(String expiration)
If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.
expiration
- If the object expiration is configured, this will contain the expiration date (expiry-date) and rule
ID (rule-id). The value of rule-id is URL encoded.CompleteMultipartUploadResponse.Builder eTag(String eTag)
Entity tag that identifies the newly created object's data. Objects with different object data will have different entity tags. The entity tag is an opaque string. The entity tag may or may not be an MD5 digest of the object data. If the entity tag is not an MD5 digest of the object data, it will contain one or more nonhexadecimal characters and/or will consist of less than 32 or more than 32 hexadecimal digits.
eTag
- Entity tag that identifies the newly created object's data. Objects with different object data will
have different entity tags. The entity tag is an opaque string. The entity tag may or may not be an
MD5 digest of the object data. If the entity tag is not an MD5 digest of the object data, it will
contain one or more nonhexadecimal characters and/or will consist of less than 32 or more than 32
hexadecimal digits.CompleteMultipartUploadResponse.Builder serverSideEncryption(String serverSideEncryption)
If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS customer master key (CMK) in your initiate multipart upload request, the response includes this header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.
serverSideEncryption
- If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS
customer master key (CMK) in your initiate multipart upload request, the response includes this
header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.ServerSideEncryption
,
ServerSideEncryption
CompleteMultipartUploadResponse.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS customer master key (CMK) in your initiate multipart upload request, the response includes this header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.
serverSideEncryption
- If you specified server-side encryption either with an Amazon S3-managed encryption key or an AWS KMS
customer master key (CMK) in your initiate multipart upload request, the response includes this
header. It confirms the encryption algorithm that Amazon S3 used to encrypt the object.ServerSideEncryption
,
ServerSideEncryption
CompleteMultipartUploadResponse.Builder versionId(String versionId)
Version ID of the newly created object, in case the bucket has versioning turned on.
versionId
- Version ID of the newly created object, in case the bucket has versioning turned on.CompleteMultipartUploadResponse.Builder ssekmsKeyId(String ssekmsKeyId)
If present, specifies the ID of the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used for the object.
ssekmsKeyId
- If present, specifies the ID of the AWS Key Management Service (AWS KMS) customer master key (CMK)
that was used for the object.CompleteMultipartUploadResponse.Builder requestCharged(String requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
CompleteMultipartUploadResponse.Builder requestCharged(RequestCharged requestCharged)
requestCharged
- The new value for the RequestCharged property for this object.RequestCharged
,
RequestCharged
Copyright © 2019. All rights reserved.