CopyableBuilder<UntagResourceResponse.Builder,UntagResourceResponse>
, SdkBuilder<UntagResourceResponse.Builder,UntagResourceResponse>
public static interface UntagResourceResponse.Builder extends CopyableBuilder<UntagResourceResponse.Builder,UntagResourceResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag keys that have been removed from the cluster.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.