public static interface DescribeTagsResponse.Builder extends AutoScalingResponse.Builder, 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(TagDescription... tags)
One or more tags.
|
build
copy
apply, build
DescribeTagsResponse.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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.