CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
, SdkBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
public static interface UntagResourceRequest.Builder extends CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method | Description |
---|---|---|
UntagResourceRequest.Builder |
resourceName(String resourceName) |
The name of the DAX resource from which the tags should be removed.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys) |
A list of tag keys.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys) |
A list of tag keys.
|
copy
apply, build
UntagResourceRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTagKeys(java.util.Collection)
or #withTagKeys(java.util.Collection)
if you want to
override the existing values.
tagKeys
- A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from
the cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.