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 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 #tagList(List.
tagList - a consumer that will call methods on
Tag.Builder#tagList(java.util.Collection) 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 © 2023. All rights reserved.