public static interface UntagResourceResponse.Builder extends DAXResponse.Builder, CopyableBuilder<UntagResourceResponse.Builder,UntagResourceResponse>
Modifier and Type | Method and Description |
---|---|
UntagResourceResponse.Builder |
tags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
|
UntagResourceResponse.Builder |
tags(Tag... tags)
The tag keys that have been removed from the cluster.
|
build
copy
apply, build
UntagResourceResponse.Builder tags(Collection<Tag> tags)
The tag keys that have been removed from the cluster.
tags
- The tag keys that have been removed from the cluster.UntagResourceResponse.Builder tags(Tag... tags)
The tag keys that have been removed from the cluster.
tags
- The tag keys that have been removed from the cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.