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
-
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 Detail
-
loadBalancerArn
ModifyIpPoolsRequest.Builder loadBalancerArn(String 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
ModifyIpPoolsRequest.Builder ipamPools(IpamPools 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
default ModifyIpPoolsRequest.Builder ipamPools(Consumer<IpamPools.Builder> ipamPools)
The IPAM pools to be modified.
This is a convenience method that creates an instance of theIpamPools.Builderavoiding the need to create one manually viaIpamPools.builder().When the
Consumercompletes,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:
ipamPools(IpamPools)
-
removeIpamPoolsWithStrings
ModifyIpPoolsRequest.Builder removeIpamPoolsWithStrings(Collection<String> 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.
-
removeIpamPoolsWithStrings
ModifyIpPoolsRequest.Builder removeIpamPoolsWithStrings(String... 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
ModifyIpPoolsRequest.Builder removeIpamPools(Collection<RemoveIpamPoolEnum> 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
ModifyIpPoolsRequest.Builder removeIpamPools(RemoveIpamPoolEnum... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyIpPoolsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-