public static interface UntagResourceRequest.Builder extends DAXRequest.Builder, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UntagResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.