public static interface ListTagsForResourceResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the current
requested list of resource tags.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
A list of resource tags with detail data.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of resource tags with detail data.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
A list of resource tags with detail data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.
nextToken - A token that indicates the location of the next resource tag in the array of resource tags, after the
current requested list of resource tags.ListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
A list of resource tags with detail data.
tags - A list of resource tags with detail data.ListTagsForResourceResponse.Builder tags(Tag... tags)
A list of resource tags with detail data.
tags - A list of resource tags with detail data.ListTagsForResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of resource tags with detail data.
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 #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.