CopyableBuilder<TagResourceResponse.Builder,TagResourceResponse>
, SdkBuilder<TagResourceResponse.Builder,TagResourceResponse>
public static interface TagResourceResponse.Builder extends CopyableBuilder<TagResourceResponse.Builder,TagResourceResponse>
Modifier and Type | Method | 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.
|
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.
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 list of tags that are associated with the DAX resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.