public static interface RemoveTagsRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
arn(String arn)
Specifies the
ARN for the Elasticsearch domain from which you want to delete the specified tags. |
RemoveTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsRequest.Builder |
tagKeys(Collection<String> tagKeys)
Specifies the
TagKey list which you want to remove from the Elasticsearch domain. |
RemoveTagsRequest.Builder |
tagKeys(String... tagKeys)
Specifies the
TagKey list which you want to remove from the Elasticsearch domain. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsRequest.Builder arn(String arn)
Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.
arn - Specifies the ARN for the Elasticsearch domain from which you want to delete the
specified tags.RemoveTagsRequest.Builder tagKeys(Collection<String> tagKeys)
Specifies the TagKey list which you want to remove from the Elasticsearch domain.
tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.RemoveTagsRequest.Builder tagKeys(String... tagKeys)
Specifies the TagKey list which you want to remove from the Elasticsearch domain.
tagKeys - Specifies the TagKey list which you want to remove from the Elasticsearch domain.RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.