public static interface ListTagsForResourceResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
ListTagsForResourceResponse.Builder |
tags(Collection<TagListEntry> tags)
An array of tags applied to the specified resource.
|
ListTagsForResourceResponse.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
An array of tags applied to the specified resource.
|
ListTagsForResourceResponse.Builder |
tags(TagListEntry... tags)
An array of tags applied to the specified resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceResponse.Builder tags(Collection<TagListEntry> tags)
An array of tags applied to the specified resource.
tags - An array of tags applied to the specified resource.ListTagsForResourceResponse.Builder tags(TagListEntry... tags)
An array of tags applied to the specified resource.
tags - An array of tags applied to the specified resource.ListTagsForResourceResponse.Builder tags(Consumer<TagListEntry.Builder>... tags)
An array of tags applied to the specified resource.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.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
TagListEntry.Builder#tags(java.util.Collection) ListTagsForResourceResponse.Builder nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken - The opaque string that indicates the position to begin the next list of results in the response.Copyright © 2023. All rights reserved.