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(Consumer<TagDescription.Builder>... 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.DescribeTagsResponse.Builder tags(Consumer<TagDescription.Builder>... tags)
A list of 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) Copyright © 2018. All rights reserved.