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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items 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 theTagDescription.Builder avoiding the need to create one
manually via TagDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagDescription.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.