UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.bucket(String bucket) |
The name of the general purpose bucket that contains the specified object key name.
|
static UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.builder() |
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.checksumAlgorithm(String checksumAlgorithm) |
Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) |
Indicates the algorithm used to create the checksum for the object when you use an Amazon Web Services SDK.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.contentMD5(String contentMD5) |
The MD5 hash for the request body.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.expectedBucketOwner(String expectedBucketOwner) |
The account ID of the expected bucket owner.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.key(String key) |
The key name of the object that you want to update the server-side encryption type for.
|
default UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.objectEncryption(Consumer<ObjectEncryption.Builder> objectEncryption) |
The updated server-side encryption type for this object.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.objectEncryption(ObjectEncryption objectEncryption) |
The updated server-side encryption type for this object.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.requestPayer(String requestPayer) |
Sets the value of the RequestPayer property for this object.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.requestPayer(RequestPayer requestPayer) |
Sets the value of the RequestPayer property for this object.
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.toBuilder() |
|
UpdateObjectEncryptionRequest.Builder |
UpdateObjectEncryptionRequest.Builder.versionId(String versionId) |
The version ID of the object that you want to update the server-side encryption type for.
|