public static interface PutBucketTaggingRequest.Builder extends S3Request.Builder, CopyableBuilder<PutBucketTaggingRequest.Builder,PutBucketTaggingRequest>
| Modifier and Type | Method and Description |
|---|---|
PutBucketTaggingRequest.Builder |
bucket(String bucket)
Sets the value of the Bucket property for this object.
|
PutBucketTaggingRequest.Builder |
contentMD5(String contentMD5)
Sets the value of the ContentMD5 property for this object.
|
PutBucketTaggingRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutBucketTaggingRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
default PutBucketTaggingRequest.Builder |
tagging(Consumer<Tagging.Builder> tagging)
Sets the value of the Tagging property for this object.
|
PutBucketTaggingRequest.Builder |
tagging(Tagging tagging)
Sets the value of the Tagging property for this object.
|
buildrequestOverrideConfigcopyapply, buildPutBucketTaggingRequest.Builder bucket(String bucket)
bucket - The new value for the Bucket property for this object.PutBucketTaggingRequest.Builder contentMD5(String contentMD5)
contentMD5 - The new value for the ContentMD5 property for this object.PutBucketTaggingRequest.Builder tagging(Tagging tagging)
tagging - The new value for the Tagging property for this object.default PutBucketTaggingRequest.Builder tagging(Consumer<Tagging.Builder> tagging)
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutBucketTaggingRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.