static SetSubnetsRequest.Builder |
SetSubnetsRequest.builder() |
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.enablePrefixForIpv6SourceNat(String enablePrefixForIpv6SourceNat) |
[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for
source NAT.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.enablePrefixForIpv6SourceNat(EnablePrefixForIpv6SourceNatEnum enablePrefixForIpv6SourceNat) |
[Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for
source NAT.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.ipAddressType(String ipAddressType) |
The IP address type.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.ipAddressType(IpAddressType ipAddressType) |
The IP address type.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.loadBalancerArn(String loadBalancerArn) |
The Amazon Resource Name (ARN) of the load balancer.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings) |
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(Consumer<SubnetMapping.Builder>... subnetMappings) |
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings) |
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnets(String... subnets) |
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnets(Collection<String> subnets) |
The IDs of the public subnets.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.toBuilder() |
|