Interface RemoveTagsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveTagsRequest.Builder,,RemoveTagsRequest> ElasticLoadBalancingRequest.Builder,SdkBuilder<RemoveTagsRequest.Builder,,RemoveTagsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveTagsRequest
@Mutable
@NotThreadSafe
public static interface RemoveTagsRequest.Builder
extends ElasticLoadBalancingRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionloadBalancerNames(String... loadBalancerNames) The name of the load balancer.loadBalancerNames(Collection<String> loadBalancerNames) The name of the load balancer.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) tags(Collection<TagKeyOnly> tags) The list of tag keys to remove.tags(Consumer<TagKeyOnly.Builder>... tags) The list of tag keys to remove.tags(TagKeyOnly... tags) The list of tag keys to remove.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
loadBalancerNames
The name of the load balancer. You can specify a maximum of one load balancer name.
- Parameters:
loadBalancerNames- The name of the load balancer. You can specify a maximum of one load balancer name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerNames
The name of the load balancer. You can specify a maximum of one load balancer name.
- Parameters:
loadBalancerNames- The name of the load balancer. You can specify a maximum of one load balancer name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tag keys to remove.
- Parameters:
tags- The list of tag keys to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tag keys to remove.
- Parameters:
tags- The list of tag keys to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of tag keys to remove.
This is a convenience method that creates an instance of theTagKeyOnly.Builderavoiding the need to create one manually viaTagKeyOnly.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<TagKeyOnly>).- Parameters:
tags- a consumer that will call methods onTagKeyOnly.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-