public static interface DeleteBucketEncryptionRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteBucketEncryptionRequest.Builder,DeleteBucketEncryptionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBucketEncryptionRequest.Builder |
bucket(String bucket)
The name of the bucket containing the server-side encryption configuration to delete.
|
DeleteBucketEncryptionRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
DeleteBucketEncryptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBucketEncryptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBucketEncryptionRequest.Builder bucket(String bucket)
The name of the bucket containing the server-side encryption configuration to delete.
bucket - The name of the bucket containing the server-side encryption configuration to delete.DeleteBucketEncryptionRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails
with the HTTP status code 403 Forbidden (access denied).
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request fails with the HTTP status code 403 Forbidden (access denied).DeleteBucketEncryptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBucketEncryptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.