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.
Tag.Builder avoiding the need to create one manually
via Tag.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
Tag.Builder#tags(java.util.Collection) 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 © 2023. All rights reserved.