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(Tag... tags)
The list of tags that are associated with the DAX resource.
|
build
copy
apply, build
TagResourceResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.