public static interface UpdateTagsForResourceRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<UpdateTagsForResourceRequest.Builder,UpdateTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resouce to be updated.
|
UpdateTagsForResourceRequest.Builder |
tagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
|
UpdateTagsForResourceRequest.Builder |
tagsToAdd(Consumer<Tag.Builder>... tagsToAdd)
A list of tags to add or update.
|
UpdateTagsForResourceRequest.Builder |
tagsToAdd(Tag... tagsToAdd)
A list of tags to add or update.
|
UpdateTagsForResourceRequest.Builder |
tagsToRemove(Collection<String> tagsToRemove)
A list of tag keys to remove.
|
UpdateTagsForResourceRequest.Builder |
tagsToRemove(String... tagsToRemove)
A list of tag keys to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resouce to be updated.
Must be the ARN of an Elastic Beanstalk environment.
resourceArn - The Amazon Resource Name (ARN) of the resouce to be updated.
Must be the ARN of an Elastic Beanstalk environment.
UpdateTagsForResourceRequest.Builder tagsToAdd(Collection<Tag> tagsToAdd)
A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
tagsToAdd - A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
UpdateTagsForResourceRequest.Builder tagsToAdd(Tag... tagsToAdd)
A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
tagsToAdd - A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
UpdateTagsForResourceRequest.Builder tagsToAdd(Consumer<Tag.Builder>... tagsToAdd)
A list of tags to add or update.
If a key of an existing tag is added, the tag's value is updated.
This is a convenience that creates an instance of theList.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 #tagsToAdd(List) .tagsToAdd - a consumer that will call methods on List.Builder #tagsToAdd(List) UpdateTagsForResourceRequest.Builder tagsToRemove(Collection<String> tagsToRemove)
A list of tag keys to remove.
If a tag key doesn't exist, it is silently ignored.
tagsToRemove - A list of tag keys to remove.
If a tag key doesn't exist, it is silently ignored.
UpdateTagsForResourceRequest.Builder tagsToRemove(String... tagsToRemove)
A list of tag keys to remove.
If a tag key doesn't exist, it is silently ignored.
tagsToRemove - A list of tag keys to remove.
If a tag key doesn't exist, it is silently ignored.
UpdateTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.