public static interface DescribeTagsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
nextToken(String nextToken)
The call returns a token.
|
DescribeTagsResponse.Builder |
tags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
DescribeTagsResponse.Builder |
tags(ConfigurationTag... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
DescribeTagsResponse.Builder |
tags(Consumer<ConfigurationTag.Builder>... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags
for a specific configuration item.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTagsResponse.Builder tags(Collection<ConfigurationTag> tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of
tags for a specific configuration item.DescribeTagsResponse.Builder tags(ConfigurationTag... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
tags - Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of
tags for a specific configuration item.DescribeTagsResponse.Builder tags(Consumer<ConfigurationTag.Builder>... tags)
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
This is a convenience method 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) DescribeTagsResponse.Builder nextToken(String nextToken)
The call returns a token. Use this token to get the next set of results.
nextToken - The call returns a token. Use this token to get the next set of results.Copyright © 2022. All rights reserved.