public static interface SetIpAddressTypeRequest.Builder extends ElasticLoadBalancingv2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetIpAddressTypeRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.
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.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.
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.IpAddressType,
IpAddressTypeSetIpAddressTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetIpAddressTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.