public static interface ListTagsForResourceResponse.Builder extends SSMResponse.Builder, 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.
|
buildListTagsForResourceResponse.Builder tagList(Collection<Tag> tagList)
A list of tags.
tagList - A list of tags.ListTagsForResourceResponse.Builder tagList(Tag... tagList)
A list of tags.
tagList - A list of tags.Copyright © 2017. All rights reserved.