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 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) 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 © 2023. All rights reserved.