public static interface ResourceTag.Builder extends CopyableBuilder<ResourceTag.Builder,ResourceTag>
| Modifier and Type | Method and Description |
|---|---|
ResourceTag.Builder |
resourceId(String resourceId)
Specifies the ARN of the resource.
|
ResourceTag.Builder |
tagsList(Collection<Tag> tagsList)
A list of tags.
|
ResourceTag.Builder |
tagsList(Tag... tagsList)
A list of tags.
|
copyapply, buildResourceTag.Builder resourceId(String resourceId)
Specifies the ARN of the resource.
resourceId - Specifies the ARN of the resource.ResourceTag.Builder tagsList(Collection<Tag> tagsList)
A list of tags.
tagsList - A list of tags.ResourceTag.Builder tagsList(Tag... tagsList)
A list of tags.
tagsList - A list of tags.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.