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 theConfigurationTag.Builder avoiding the need
to create one manually via
ConfigurationTag.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
ConfigurationTag.Builder#tags(java.util.Collection) 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 © 2023. All rights reserved.