public static interface RemoveTagsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the 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)
The list of tag keys to remove from the domain.
|
RemoveTagsRequest.Builder |
tagKeys(String... tagKeys)
The list of tag keys to remove from the domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.
arn - The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags.RemoveTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the domain.
tagKeys - The list of tag keys to remove from the domain.RemoveTagsRequest.Builder tagKeys(String... tagKeys)
The list of tag keys to remove from the domain.
tagKeys - The list of tag keys to remove from the 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.