public static interface ListTagsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
tagList(Collection<Tag> tagList)
List of
Tag for the requested Elasticsearch domain. |
ListTagsResponse.Builder |
tagList(Consumer<Tag.Builder>... tagList)
List of
Tag for the requested Elasticsearch domain. |
ListTagsResponse.Builder |
tagList(Tag... tagList)
List of
Tag for the requested Elasticsearch domain. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsResponse.Builder tagList(Collection<Tag> tagList)
List of Tag for the requested Elasticsearch domain.
tagList - List of Tag for the requested Elasticsearch domain.ListTagsResponse.Builder tagList(Tag... tagList)
List of Tag for the requested Elasticsearch domain.
tagList - List of Tag for the requested Elasticsearch domain.ListTagsResponse.Builder tagList(Consumer<Tag.Builder>... tagList)
List of Tag for the requested Elasticsearch domain.
Tag.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 © 2023. All rights reserved.