@Stability(value=Stable) public static final class CfnIPAMPool.ProvisionedCidrProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMPool.ProvisionedCidrProperty>
CfnIPAMPool.ProvisionedCidrProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMPool.ProvisionedCidrProperty |
build()
Builds the configured instance.
|
CfnIPAMPool.ProvisionedCidrProperty.Builder |
cidr(String cidr)
Sets the value of
CfnIPAMPool.ProvisionedCidrProperty.getCidr() |
@Stability(value=Stable) public CfnIPAMPool.ProvisionedCidrProperty.Builder cidr(String cidr)
CfnIPAMPool.ProvisionedCidrProperty.getCidr()cidr - The CIDR provisioned to the IPAM pool. This parameter is required.
A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23 . An IPv6 CIDR example is 2001:DB8::/32 .this@Stability(value=Stable) public CfnIPAMPool.ProvisionedCidrProperty build()
build in interface software.amazon.jsii.Builder<CfnIPAMPool.ProvisionedCidrProperty>CfnIPAMPool.ProvisionedCidrPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.