public static interface DescribeTagsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeTagsResponse.Builder,DescribeTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTagsResponse.Builder |
tags(Collection<TagDescription> tags)
A list of tags.
|
DescribeTagsResponse.Builder |
tags(TagDescription... tags)
A list of tags.
|
buildDescribeTagsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return..
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return..DescribeTagsResponse.Builder tags(Collection<TagDescription> tags)
A list of tags.
tags - A list of tags.DescribeTagsResponse.Builder tags(TagDescription... tags)
A list of tags.
tags - A list of tags.Copyright © 2017. All rights reserved.