public static interface GetBucketTaggingResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketTaggingResponse.Builder,GetBucketTaggingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketTaggingResponse.Builder |
tagSet(Collection<Tag> tagSet)
Sets the value of the TagSet property for this object.
|
GetBucketTaggingResponse.Builder |
tagSet(Tag... tagSet)
Sets the value of the TagSet property for this object.
|
buildcopyapply, buildGetBucketTaggingResponse.Builder tagSet(Collection<Tag> tagSet)
tagSet - The new value for the TagSet property for this object.GetBucketTaggingResponse.Builder tagSet(Tag... tagSet)
tagSet - The new value for the TagSet property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.