public static interface GetBucketTaggingRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<GetBucketTaggingRequest.Builder,GetBucketTaggingRequest>
| Modifier and Type | Method and Description |
|---|---|
GetBucketTaggingRequest.Builder |
bucket(String bucket)
The name of the bucket for which to get the tagging information.
|
GetBucketTaggingRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
GetBucketTaggingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetBucketTaggingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBucketTaggingRequest.Builder bucket(String bucket)
The name of the bucket for which to get the tagging information.
bucket - The name of the bucket for which to get the tagging information.GetBucketTaggingRequest.Builder expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request will
fail with an HTTP 403 (Access Denied) error.
expectedBucketOwner - The account ID of the expected bucket owner. If the bucket is owned by a different account, the
request will fail with an HTTP 403 (Access Denied) error.GetBucketTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetBucketTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.