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.
|
build
requestOverrideConfig
copy
apply, build
SetIpAddressTypeRequest.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
,
IpAddressType
SetIpAddressTypeRequest.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
,
IpAddressType
SetIpAddressTypeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.SetIpAddressTypeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.