public static interface GetObjectTaggingResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<GetObjectTaggingResponse.Builder,GetObjectTaggingResponse>
| Modifier and Type | Method and Description |
|---|---|
GetObjectTaggingResponse.Builder |
tagSet(Collection<Tag> tagSet)
Contains the tag set.
|
GetObjectTaggingResponse.Builder |
tagSet(Consumer<Tag.Builder>... tagSet)
Contains the tag set.
|
GetObjectTaggingResponse.Builder |
tagSet(Tag... tagSet)
Contains the tag set.
|
GetObjectTaggingResponse.Builder |
versionId(String versionId)
The versionId of the object for which you got the tagging information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetObjectTaggingResponse.Builder versionId(String versionId)
The versionId of the object for which you got the tagging information.
versionId - The versionId of the object for which you got the tagging information.GetObjectTaggingResponse.Builder tagSet(Collection<Tag> tagSet)
Contains the tag set.
tagSet - Contains the tag set.GetObjectTaggingResponse.Builder tagSet(Tag... tagSet)
Contains the tag set.
tagSet - Contains the tag set.GetObjectTaggingResponse.Builder tagSet(Consumer<Tag.Builder>... tagSet)
Contains the tag set.
This is a convenience that creates an instance of theList.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 © 2020. All rights reserved.