@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 - `CfnLoadBalancer.SubnetMappingProperty.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder allocationId(String allocationId)
CfnLoadBalancer.SubnetMappingProperty.getAllocationId()allocationId - `CfnLoadBalancer.SubnetMappingProperty.AllocationId`.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder iPv6Address(String iPv6Address)
CfnLoadBalancer.SubnetMappingProperty.getIPv6Address()iPv6Address - `CfnLoadBalancer.SubnetMappingProperty.IPv6Address`.this@Stability(value=Stable) public CfnLoadBalancer.SubnetMappingProperty.Builder privateIPv4Address(String privateIPv4Address)
CfnLoadBalancer.SubnetMappingProperty.getPrivateIPv4Address()privateIPv4Address - `CfnLoadBalancer.SubnetMappingProperty.PrivateIPv4Address`.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 © 2021. All rights reserved.