public static interface TagResourceResponse.Builder extends DAXResponse.Builder, CopyableBuilder<TagResourceResponse.Builder,TagResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
TagResourceResponse.Builder |
tags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
|
TagResourceResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags that are associated with the DAX resource.
|
TagResourceResponse.Builder |
tags(Tag... tags)
The list of tags that are associated with the DAX resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildTagResourceResponse.Builder tags(Collection<Tag> tags)
The list of tags that are associated with the DAX resource.
tags - The list of tags that are associated with the DAX resource.TagResourceResponse.Builder tags(Tag... tags)
The list of tags that are associated with the DAX resource.
tags - The list of tags that are associated with the DAX resource.TagResourceResponse.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags that are associated with the DAX resource.
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.