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(Consumer<Tag.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUntagResourceResponse.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.UntagResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tag keys that have been removed from the cluster.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.