public static interface ListTagsForResourceResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
A list of tags returned by
ListTagsForResource. |
ListTagsForResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags returned by
ListTagsForResource. |
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
A list of tags returned by
ListTagsForResource. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
A list of tags returned by ListTagsForResource. The tags are associated with the resource
identified by the input ResourceArn parameter.
tags - A list of tags returned by ListTagsForResource. The tags are associated with the resource
identified by the input ResourceArn parameter.ListTagsForResourceResponse.Builder tags(Tag... tags)
A list of tags returned by ListTagsForResource. The tags are associated with the resource
identified by the input ResourceArn parameter.
tags - A list of tags returned by ListTagsForResource. The tags are associated with the resource
identified by the input ResourceArn parameter.ListTagsForResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags returned by ListTagsForResource. The tags are associated with the resource
identified by the input ResourceArn parameter.
List.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) ListTagsForResourceResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
nextToken - If a large amount of information is returned, an identifier is also returned. It can be used in a
subsequent list application revisions call to return the next set of application revisions in the
list.Copyright © 2021. All rights reserved.