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 resource.
resourceArn - The Amazon Resource Name (ARN) of the resouce to be updated.
Must be the ARN of an Elastic Beanstalk resource.
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.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
tagsToAdd - A list of tags to add or update. If a key of an existing tag is added, the tag's value is updated.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
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.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
tagsToAdd - A list of tags to add or update. If a key of an existing tag is added, the tag's value is updated.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
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.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
Tag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagsToAdd(List.
tagsToAdd - a consumer that will call methods on
Tag.Builder#tagsToAdd(java.util.Collection) UpdateTagsForResourceRequest.Builder tagsToRemove(Collection<String> tagsToRemove)
A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
tagsToRemove - A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
UpdateTagsForResourceRequest.Builder tagsToRemove(String... tagsToRemove)
A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
tagsToRemove - A list of tag keys to remove. If a tag key doesn't exist, it is silently ignored.
Specify at least one of these parameters: TagsToAdd, TagsToRemove.
UpdateTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.