public static interface RemoveTagsFromResourceRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsFromResourceRequest.Builder |
resourceName(String resourceName)
The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example
arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or
arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot. |
RemoveTagsFromResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of
TagKeys identifying the tags you want removed from the named resource. |
RemoveTagsFromResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of
TagKeys identifying the tags you want removed from the named resource. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsFromResourceRequest.Builder resourceName(String resourceName)
The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example
arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or
arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Service Namespaces.
resourceName - The Amazon Resource Name (ARN) of the resource from which you want the tags removed, for example
arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or
arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Service Namespaces.
RemoveTagsFromResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of TagKeys identifying the tags you want removed from the named resource.
tagKeys - A list of TagKeys identifying the tags you want removed from the named resource.RemoveTagsFromResourceRequest.Builder tagKeys(String... tagKeys)
A list of TagKeys identifying the tags you want removed from the named resource.
tagKeys - A list of TagKeys identifying the tags you want removed from the named resource.RemoveTagsFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.