public static interface RemoveTagsRequest.Builder extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
loadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest.Builder |
loadBalancerNames(String... loadBalancerNames)
The name of the load balancer.
|
RemoveTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsRequest.Builder |
tags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest.Builder |
tags(Consumer<TagKeyOnly.Builder>... tags)
The list of tag keys to remove.
|
RemoveTagsRequest.Builder |
tags(TagKeyOnly... tags)
The list of tag keys to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsRequest.Builder loadBalancerNames(Collection<String> loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one load balancer name.RemoveTagsRequest.Builder loadBalancerNames(String... loadBalancerNames)
The name of the load balancer. You can specify a maximum of one load balancer name.
loadBalancerNames - The name of the load balancer. You can specify a maximum of one load balancer name.RemoveTagsRequest.Builder tags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
tags - The list of tag keys to remove.RemoveTagsRequest.Builder tags(TagKeyOnly... tags)
The list of tag keys to remove.
tags - The list of tag keys to remove.RemoveTagsRequest.Builder tags(Consumer<TagKeyOnly.Builder>... tags)
The list of tag keys to remove.
This is a convenience method that creates an instance of theTagKeyOnly.Builder avoiding the need to
create one manually via
TagKeyOnly.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on
TagKeyOnly.Builder#tags(java.util.Collection) RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.