public static interface ListTagsForResourceResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListTagsForResourceResponse.Builder,ListTagsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
tagList(Collection<Tag> tagList)
A list of tags.
|
ListTagsForResourceResponse.Builder |
tagList(Tag... tagList)
A list of tags.
|
copyapply, buildListTagsForResourceResponse.Builder tagList(Collection<Tag> tagList)
A list of tags.
tagList - A list of tags.ListTagsForResourceResponse.Builder tagList(Tag... tagList)
A list of tags.
NOTE: This method appends the values to the existing list (if any). Use
#setTagList(java.util.Collection) or #withTagList(java.util.Collection) if you want to
override the existing values.
tagList - A list of tags.Copyright © 2017. All rights reserved.