public static interface UntagResourceRequest.Builder extends DaxRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag keys.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceName(String resourceName)
The name of the DAX resource from which the tags should be removed.
resourceName - The name of the DAX resource from which the tags should be removed.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
tagKeys - A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from
the cluster.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
tagKeys - A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from
the cluster.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.