Interface ModifyIpPoolsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyIpPoolsRequest.Builder,
,ModifyIpPoolsRequest> ElasticLoadBalancingV2Request.Builder
,SdkBuilder<ModifyIpPoolsRequest.Builder,
,ModifyIpPoolsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ModifyIpPoolsRequest
@Mutable
@NotThreadSafe
public static interface ModifyIpPoolsRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<ModifyIpPoolsRequest.Builder,ModifyIpPoolsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ModifyIpPoolsRequest.Builder
ipamPools
(Consumer<IpamPools.Builder> ipamPools) The IPAM pools to be modified.The IPAM pools to be modified.loadBalancerArn
(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.removeIpamPools
(Collection<RemoveIpamPoolEnum> removeIpamPools) Remove the IP pools in use by the load balancer.removeIpamPools
(RemoveIpamPoolEnum... removeIpamPools) Remove the IP pools in use by the load balancer.removeIpamPoolsWithStrings
(String... removeIpamPools) Remove the IP pools in use by the load balancer.removeIpamPoolsWithStrings
(Collection<String> removeIpamPools) Remove the IP pools in use by the load balancer.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
loadBalancerArn
The Amazon Resource Name (ARN) of the load balancer.
- Parameters:
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPools
The IPAM pools to be modified.
- Parameters:
ipamPools
- The IPAM pools to be modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPools
The IPAM pools to be modified.
This is a convenience method that creates an instance of theIpamPools.Builder
avoiding the need to create one manually viaIpamPools.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toipamPools(IpamPools)
.- Parameters:
ipamPools
- a consumer that will call methods onIpamPools.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
removeIpamPoolsWithStrings
Remove the IP pools in use by the load balancer.
- Parameters:
removeIpamPools
- Remove the IP pools in use by the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeIpamPoolsWithStrings
Remove the IP pools in use by the load balancer.
- Parameters:
removeIpamPools
- Remove the IP pools in use by the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeIpamPools
Remove the IP pools in use by the load balancer.
- Parameters:
removeIpamPools
- Remove the IP pools in use by the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeIpamPools
Remove the IP pools in use by the load balancer.
- Parameters:
removeIpamPools
- Remove the IP pools in use by the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyIpPoolsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyIpPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-