public static interface DescribeTagsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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)
The tags.
|
DescribeTagsResponse.Builder |
tags(Consumer<TagDescription.Builder>... tags)
The tags.
|
DescribeTagsResponse.Builder |
tags(TagDescription... tags)
The tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
The tags.
tags - The tags.DescribeTagsResponse.Builder tags(TagDescription... tags)
The tags.
tags - The tags.DescribeTagsResponse.Builder tags(Consumer<TagDescription.Builder>... tags)
The tags.
This is a convenience method 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 © 2022. All rights reserved.