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 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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.