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 |
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.Copyright © 2020. All rights reserved.