public static interface CreateTagsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateTagsRequest.Builder,CreateTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTagsRequest.Builder |
resources(Collection<String> resources)
The IDs of the resources, separated by spaces.
|
CreateTagsRequest.Builder |
resources(String... resources)
The IDs of the resources, separated by spaces.
|
CreateTagsRequest.Builder |
tags(Collection<Tag> tags)
One or more tags.
|
CreateTagsRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
One or more tags.
|
CreateTagsRequest.Builder |
tags(Tag... tags)
One or more tags.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateTagsRequest.Builder resources(Collection<String> resources)
The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
resources - The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
CreateTagsRequest.Builder resources(String... resources)
The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
resources - The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
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.CreateTagsRequest.Builder tags(Consumer<Tag.Builder>... 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.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.