Interface SubnetMapping.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SubnetMapping.Builder,,- SubnetMapping> - SdkBuilder<SubnetMapping.Builder,,- SubnetMapping> - SdkPojo
- Enclosing class:
- SubnetMapping
@Mutable
@NotThreadSafe
public static interface SubnetMapping.Builder
extends SdkPojo, CopyableBuilder<SubnetMapping.Builder,SubnetMapping> 
- 
Method SummaryModifier and TypeMethodDescriptionallocationId(String allocationId) [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.iPv6Address(String iPv6Address) [Network Load Balancers] The IPv6 address.privateIPv4Address(String privateIPv4Address) [Network Load Balancers] The private IPv4 address for an internal load balancer.sourceNatIpv6Prefix(String sourceNatIpv6Prefix) [Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT.The ID of the subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
subnetIdThe ID of the subnet. - Parameters:
- subnetId- The ID of the subnet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allocationId[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer. - Parameters:
- allocationId- [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
privateIPv4Address[Network Load Balancers] The private IPv4 address for an internal load balancer. - Parameters:
- privateIPv4Address- [Network Load Balancers] The private IPv4 address for an internal load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iPv6Address[Network Load Balancers] The IPv6 address. - Parameters:
- iPv6Address- [Network Load Balancers] The IPv6 address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceNatIpv6Prefix[Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or auto_assignedto use an IPv6 prefix selected at random from the subnet CIDR block.- Parameters:
- sourceNatIpv6Prefix- [Network Load Balancers with UDP listeners] The IPv6 prefix to use for source NAT. Specify an IPv6 prefix (/80 netmask) from the subnet CIDR block or- auto_assignedto use an IPv6 prefix selected at random from the subnet CIDR block.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-