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.
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) AddTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.