public static interface GetBucketEncryptionRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketEncryptionRequest.Builder,GetBucketEncryptionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketEncryptionRequest.Builder |
bucket(String bucket)
The name of the bucket from which the server-side encryption configuration is retrieved.
|
GetBucketEncryptionRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketEncryptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketEncryptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketEncryptionRequest.Builder bucket(String bucket)
The name of the bucket from which the server-side encryption configuration is retrieved.
bucket - The name of the bucket from which the server-side encryption configuration is retrieved.GetBucketEncryptionRequest.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).GetBucketEncryptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketEncryptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.