public static interface SubnetMapping.Builder extends SdkPojo, CopyableBuilder<SubnetMapping.Builder,SubnetMapping>
| Modifier and Type | Method and Description |
|---|---|
SubnetMapping.Builder |
allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
SubnetMapping.Builder |
iPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
|
SubnetMapping.Builder |
privateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
SubnetMapping.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubnetMapping.Builder subnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.SubnetMapping.Builder allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load
balancer.SubnetMapping.Builder privateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
privateIPv4Address - [Network Load Balancers] The private IPv4 address for an internal load balancer.SubnetMapping.Builder iPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.
iPv6Address - [Network Load Balancers] The IPv6 address.Copyright © 2022. All rights reserved.