public static interface ListTagsResponse.Builder extends CloudHsmV2Response.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
nextToken(String nextToken)
An opaque string that indicates that the response contains only a subset of tags.
|
ListTagsResponse.Builder |
tagList(Collection<Tag> tagList)
A list of tags.
|
ListTagsResponse.Builder |
tagList(Consumer<Tag.Builder>... tagList)
A list of tags.
|
ListTagsResponse.Builder |
tagList(Tag... tagList)
A list of tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsResponse.Builder tagList(Collection<Tag> tagList)
A list of tags.
tagList - A list of tags.ListTagsResponse.Builder tagList(Tag... tagList)
A list of tags.
tagList - A list of tags.ListTagsResponse.Builder tagList(Consumer<Tag.Builder>... tagList)
A list of tags.
This is a convenience that creates an instance of theList.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 #tagList(List) .tagList - a consumer that will call methods on List.Builder #tagList(List) ListTagsResponse.Builder nextToken(String nextToken)
An opaque string that indicates that the response contains only a subset of tags. Use this value in a
subsequent ListTags request to get more tags.
nextToken - An opaque string that indicates that the response contains only a subset of tags. Use this value in a
subsequent ListTags request to get more tags.Copyright © 2021. All rights reserved.