public static interface SetIpAddressTypeRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
SetIpAddressTypeRequest.Builder |
ipAddressType(IpAddressType ipAddressType)
The IP address type.
|
SetIpAddressTypeRequest.Builder |
ipAddressType(String ipAddressType)
The IP address type.
|
SetIpAddressTypeRequest.Builder |
loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
SetIpAddressTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetIpAddressTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetIpAddressTypeRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.SetIpAddressTypeRequest.Builder ipAddressType(String ipAddressType)
The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a
load balancer with a UDP or TCP_UDP listener.IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder ipAddressType(IpAddressType ipAddressType)
The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a
load balancer with a UDP or TCP_UDP listener.IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.