public static interface DescribeTagsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeTagsResponse.Builder |
tags(Collection<TagDescription> tags)
One or more tags.
|
DescribeTagsResponse.Builder |
tags(Consumer<TagDescription.Builder>... tags)
One or more tags.
|
DescribeTagsResponse.Builder |
tags(TagDescription... tags)
One or more tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeTagsResponse.Builder tags(Collection<TagDescription> tags)
One or more tags.
tags - One or more tags.DescribeTagsResponse.Builder tags(TagDescription... tags)
One or more tags.
tags - One or more tags.DescribeTagsResponse.Builder tags(Consumer<TagDescription.Builder>... tags)
One or more tags.
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) DescribeTagsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2018. All rights reserved.