public static interface AddTagsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<AddTagsRequest.Builder,AddTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
arn(String arn)
Specify the
ARN for which you want to add the tags. |
AddTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsRequest.Builder |
tagList(Collection<Tag> tagList)
List of
Tag that need to be added for the Elasticsearch domain. |
AddTagsRequest.Builder |
tagList(Consumer<Tag.Builder>... tagList)
List of
Tag that need to be added for the Elasticsearch domain. |
AddTagsRequest.Builder |
tagList(Tag... tagList)
List of
Tag that need to be added for the Elasticsearch domain. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsRequest.Builder arn(String arn)
Specify the ARN for which you want to add the tags.
arn - Specify the ARN for which you want to add the tags.AddTagsRequest.Builder tagList(Collection<Tag> tagList)
List of Tag that need to be added for the Elasticsearch domain.
tagList - List of Tag that need to be added for the Elasticsearch domain.AddTagsRequest.Builder tagList(Tag... tagList)
List of Tag that need to be added for the Elasticsearch domain.
tagList - List of Tag that need to be added for the Elasticsearch domain.AddTagsRequest.Builder tagList(Consumer<Tag.Builder>... tagList)
List of Tag that need to be added for the Elasticsearch domain.
List.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) AddTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.