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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tagSet(List.
tagSet - a consumer that will call methods on Tag.Builder#tagSet(java.util.Collection) Copyright © 2023. All rights reserved.