public static interface ListTagsForResourceResponse.Builder extends DirectoryResponse.Builder, CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceResponse.Builder |
nextToken(String nextToken)
Reserved for future use.
|
ListTagsForResourceResponse.Builder |
tags(Collection<Tag> tags)
List of tags returned by the ListTagsForResource operation.
|
ListTagsForResourceResponse.Builder |
tags(Tag... tags)
List of tags returned by the ListTagsForResource operation.
|
build
copy
apply, build
ListTagsForResourceResponse.Builder tags(Collection<Tag> tags)
List of tags returned by the ListTagsForResource operation.
tags
- List of tags returned by the ListTagsForResource operation.ListTagsForResourceResponse.Builder tags(Tag... tags)
List of tags returned by the ListTagsForResource operation.
tags
- List of tags returned by the ListTagsForResource operation.ListTagsForResourceResponse.Builder nextToken(String nextToken)
Reserved for future use.
nextToken
- Reserved for future use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.