public static interface PutBucketTaggingRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<PutBucketTaggingRequest.Builder,PutBucketTaggingRequest>
| Modifier and Type | Method and Description |
|---|---|
PutBucketTaggingRequest.Builder |
bucket(String bucket)
The bucket name.
|
PutBucketTaggingRequest.Builder |
contentMD5(String contentMD5)
The base64-encoded 128-bit MD5 digest of the data.
|
PutBucketTaggingRequest.Builder |
expectedBucketOwner(String expectedBucketOwner)
The account ID of the expected bucket owner.
|
PutBucketTaggingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutBucketTaggingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default PutBucketTaggingRequest.Builder |
tagging(Consumer<Tagging.Builder> tagging)
Container for the
TagSet and Tag elements. |
PutBucketTaggingRequest.Builder |
tagging(Tagging tagging)
Container for the
TagSet and Tag elements. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutBucketTaggingRequest.Builder bucket(String bucket)
The bucket name.
bucket - The bucket name.PutBucketTaggingRequest.Builder contentMD5(String contentMD5)
The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
contentMD5 - The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity
check to verify that the request body was not corrupted in transit. For more information, see RFC 1864.
For requests made using the Amazon Web Services Command Line Interface (CLI) or Amazon Web Services SDKs, this field is calculated automatically.
PutBucketTaggingRequest.Builder tagging(Tagging tagging)
Container for the TagSet and Tag elements.
tagging - Container for the TagSet and Tag elements.default PutBucketTaggingRequest.Builder tagging(Consumer<Tagging.Builder> tagging)
Container for the TagSet and Tag elements.
Tagging.Builder avoiding the need to create one
manually via Tagging.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to tagging(Tagging).tagging - a consumer that will call methods on Tagging.Buildertagging(Tagging)PutBucketTaggingRequest.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.PutBucketTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutBucketTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.