Interface CopyObjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CopyObjectResponse.Builder,
,CopyObjectResponse> S3Response.Builder
,SdkBuilder<CopyObjectResponse.Builder,
,CopyObjectResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CopyObjectResponse
-
Method Summary
Modifier and TypeMethodDescriptionbucketKeyEnabled
(Boolean bucketKeyEnabled) Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).default CopyObjectResponse.Builder
copyObjectResult
(Consumer<CopyObjectResult.Builder> copyObjectResult) Container for all response elements.copyObjectResult
(CopyObjectResult copyObjectResult) Container for all response elements.copySourceVersionId
(String copySourceVersionId) Version of the copied object in the destination bucket.expiration
(String expiration) If the object expiration is configured, the response includes this header.requestCharged
(String requestCharged) Sets the value of the RequestCharged property for this object.requestCharged
(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.serverSideEncryption
(String serverSideEncryption) The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256
,aws:kms
,aws:kms:dsse
).serverSideEncryption
(ServerSideEncryption serverSideEncryption) The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256
,aws:kms
,aws:kms:dsse
).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.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.ssekmsEncryptionContext
(String ssekmsEncryptionContext) If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption.ssekmsKeyId
(String ssekmsKeyId) If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.Version ID of the newly created copy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
copyObjectResult
Container for all response elements.
- Parameters:
copyObjectResult
- Container for all response elements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyObjectResult
default CopyObjectResponse.Builder copyObjectResult(Consumer<CopyObjectResult.Builder> copyObjectResult) Container for all response elements.
This is a convenience method that creates an instance of theCopyObjectResult.Builder
avoiding the need to create one manually viaCopyObjectResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocopyObjectResult(CopyObjectResult)
.- Parameters:
copyObjectResult
- a consumer that will call methods onCopyObjectResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expiration
If the object expiration is configured, the response includes this header.
- Parameters:
expiration
- If the object expiration is configured, the response includes this header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copySourceVersionId
Version of the copied object in the destination bucket.
- Parameters:
copySourceVersionId
- Version of the copied object in the destination bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
Version ID of the newly created copy.
- Parameters:
versionId
- Version ID of the newly created copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverSideEncryption
The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256
,aws:kms
,aws:kms:dsse
).- Parameters:
serverSideEncryption
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256
,aws:kms
,aws:kms:dsse
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverSideEncryption
The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
AES256
,aws:kms
,aws:kms:dsse
).- Parameters:
serverSideEncryption
- The server-side encryption algorithm used when storing this object in Amazon S3 (for example,AES256
,aws:kms
,aws:kms:dsse
).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sseCustomerAlgorithm
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
- Parameters:
sseCustomerAlgorithm
- If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssekmsKeyId
If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.
- Parameters:
ssekmsKeyId
- If present, specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key that was used for the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ssekmsEncryptionContext
If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.
- Parameters:
ssekmsEncryptionContext
- If present, specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketKeyEnabled
Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).
- Parameters:
bucketKeyEnabled
- Indicates whether the copied object uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestCharged
Sets the value of the RequestCharged property for this object.- Parameters:
requestCharged
- The new value for the RequestCharged property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestCharged
Sets the value of the RequestCharged property for this object.- Parameters:
requestCharged
- The new value for the RequestCharged property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-