public static interface ListTagsForResourceResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
tags - A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling
rule.ListTagsForResourceResponse.Builder tags(Tag... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
tags - A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling
rule.ListTagsForResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags, as key and value pairs, that is associated with the specified X-Ray group or sampling rule.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ListTagsForResourceResponse.Builder nextToken(String nextToken)
A pagination token. If multiple pages of results are returned, use the NextToken value returned
with the current page of results to get the next page of results.
nextToken - A pagination token. If multiple pages of results are returned, use the NextToken value
returned with the current page of results to get the next page of results.Copyright © 2022. All rights reserved.