public static interface GetObjectTaggingResponse.Builder extends S3Response.Builder, CopyableBuilder<GetObjectTaggingResponse.Builder,GetObjectTaggingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectTaggingResponse.Builder |
tagSet(Collection<Tag> tagSet)
Sets the value of the TagSet property for this object.
|
GetObjectTaggingResponse.Builder |
tagSet(Consumer<Tag.Builder>... tagSet)
Sets the value of the TagSet property for this object.
|
GetObjectTaggingResponse.Builder |
tagSet(Tag... tagSet)
Sets the value of the TagSet property for this object.
|
GetObjectTaggingResponse.Builder |
versionId(String versionId)
Sets the value of the VersionId property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetObjectTaggingResponse.Builder versionId(String versionId)
versionId - The new value for the VersionId property for this object.GetObjectTaggingResponse.Builder tagSet(Collection<Tag> tagSet)
tagSet - The new value for the TagSet property for this object.GetObjectTaggingResponse.Builder tagSet(Tag... tagSet)
tagSet - The new value for the TagSet property for this object.GetObjectTaggingResponse.Builder tagSet(Consumer<Tag.Builder>... tagSet)
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tagSet(List) .tagSet - a consumer that will call methods on List.Builder #tagSet(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.