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). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use
ipv4. Network Load Balancers must use ipv4.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). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use
ipv4. Network Load Balancers must use ipv4.IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetIpAddressTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.