@Stability(value=Stable) public static final class CfnLoadBalancer.SubnetMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLoadBalancer.SubnetMappingProperty>
CfnLoadBalancer.SubnetMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLoadBalancer.SubnetMappingProperty.Builder |
allocationId(String allocationId)
Sets the value of
CfnLoadBalancer.SubnetMappingProperty.getAllocationId() |
CfnLoadBalancer.SubnetMappingProperty |
build()
Builds the configured instance.
|
CfnLoadBalancer.SubnetMappingProperty.Builder |
iPv6Address(String iPv6Address)
Sets the value of
CfnLoadBalancer.SubnetMappingProperty.getIPv6Address() |
CfnLoadBalancer.SubnetMappingProperty.Builder |
privateIPv4Address(String privateIPv4Address)
Sets the value of
CfnLoadBalancer.SubnetMappingProperty.getPrivateIPv4Address() |
CfnLoadBalancer.SubnetMappingProperty.Builder |
subnetId(String subnetId)
Sets the value of
CfnLoadBalancer.SubnetMappingProperty.getSubnetId() |
@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder subnetId(String subnetId)
CfnLoadBalancer.SubnetMappingProperty.getSubnetId()subnetId - The ID of the subnet. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder allocationId(String allocationId)
CfnLoadBalancer.SubnetMappingProperty.getAllocationId()allocationId - [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder iPv6Address(String iPv6Address)
CfnLoadBalancer.SubnetMappingProperty.getIPv6Address()iPv6Address - [Network Load Balancers] The IPv6 address.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder privateIPv4Address(String privateIPv4Address)
CfnLoadBalancer.SubnetMappingProperty.getPrivateIPv4Address()privateIPv4Address - [Network Load Balancers] The private IPv4 address for an internal load balancer.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnLoadBalancer.SubnetMappingProperty>CfnLoadBalancer.SubnetMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.