public static interface ListTagsOfResourceResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<ListTagsOfResourceResponse.Builder,ListTagsOfResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsOfResourceResponse.Builder |
nextToken(String nextToken)
If this value is returned, there are additional results to be displayed.
|
ListTagsOfResourceResponse.Builder |
tags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
|
ListTagsOfResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags currently associated with the Amazon DynamoDB resource.
|
ListTagsOfResourceResponse.Builder |
tags(Tag... tags)
The tags currently associated with the Amazon DynamoDB resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsOfResourceResponse.Builder tags(Collection<Tag> tags)
The tags currently associated with the Amazon DynamoDB resource.
tags - The tags currently associated with the Amazon DynamoDB resource.ListTagsOfResourceResponse.Builder tags(Tag... tags)
The tags currently associated with the Amazon DynamoDB resource.
tags - The tags currently associated with the Amazon DynamoDB resource.ListTagsOfResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags currently associated with the Amazon DynamoDB resource.
This is a convenience method that creates an instance of theTag.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) ListTagsOfResourceResponse.Builder nextToken(String nextToken)
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
nextToken - If this value is returned, there are additional results to be displayed. To retrieve them, call
ListTagsOfResource again, with NextToken set to this value.Copyright © 2023. All rights reserved.