public static interface ListTagsResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
tagList(Collection<Tag> tagList)
List of resource tags associated with the specified domain.
|
ListTagsResponse.Builder |
tagList(Consumer<Tag.Builder>... tagList)
List of resource tags associated with the specified domain.
|
ListTagsResponse.Builder |
tagList(Tag... tagList)
List of resource tags associated with the specified domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsResponse.Builder tagList(Collection<Tag> tagList)
List of resource tags associated with the specified domain.
tagList - List of resource tags associated with the specified domain.ListTagsResponse.Builder tagList(Tag... tagList)
List of resource tags associated with the specified domain.
tagList - List of resource tags associated with the specified domain.ListTagsResponse.Builder tagList(Consumer<Tag.Builder>... tagList)
List of resource tags associated with the specified domain.
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) Copyright © 2022. All rights reserved.