public static interface CreateTagsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateTagsRequest.Builder,CreateTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest.Builder |
resources(Collection<String> resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest.Builder |
resources(String... resources)
The IDs of one or more resources to tag.
|
CreateTagsRequest.Builder |
tags(Collection<Tag> tags)
One or more tags.
|
CreateTagsRequest.Builder |
tags(Tag... tags)
One or more tags.
|
CreateTagsRequest.Builder resources(Collection<String> resources)
The IDs of one or more resources to tag. For example, ami-1a2b3c4d.
resources - The IDs of one or more resources to tag. For example, ami-1a2b3c4d.CreateTagsRequest.Builder resources(String... resources)
The IDs of one or more resources to tag. For example, ami-1a2b3c4d.
resources - The IDs of one or more resources to tag. For example, ami-1a2b3c4d.CreateTagsRequest.Builder tags(Collection<Tag> tags)
One or more tags. The value parameter is required, but if you don't want the tag to have a
value, specify the parameter with no value, and we set the value to an empty string.
tags - One or more tags. The value parameter is required, but if you don't want the tag to have
a value, specify the parameter with no value, and we set the value to an empty string.CreateTagsRequest.Builder tags(Tag... tags)
One or more tags. The value parameter is required, but if you don't want the tag to have a
value, specify the parameter with no value, and we set the value to an empty string.
tags - One or more tags. The value parameter is required, but if you don't want the tag to have
a value, specify the parameter with no value, and we set the value to an empty string.Copyright © 2017. All rights reserved.