@Stability(value=Stable) public static final class CfnIPAMAllocationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIPAMAllocationProps>
CfnIPAMAllocationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIPAMAllocationProps |
build()
Builds the configured instance.
|
CfnIPAMAllocationProps.Builder |
cidr(String cidr)
Sets the value of
CfnIPAMAllocationProps.getCidr() |
CfnIPAMAllocationProps.Builder |
description(String description)
Sets the value of
CfnIPAMAllocationProps.getDescription() |
CfnIPAMAllocationProps.Builder |
ipamPoolId(String ipamPoolId)
Sets the value of
CfnIPAMAllocationProps.getIpamPoolId() |
CfnIPAMAllocationProps.Builder |
netmaskLength(Number netmaskLength)
Sets the value of
CfnIPAMAllocationProps.getNetmaskLength() |
@Stability(value=Stable) public CfnIPAMAllocationProps.Builder ipamPoolId(String ipamPoolId)
CfnIPAMAllocationProps.getIpamPoolId()ipamPoolId - The ID of the IPAM pool from which you would like to allocate a CIDR. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder cidr(String cidr)
CfnIPAMAllocationProps.getCidr()cidr - The CIDR you would like to allocate from the IPAM pool. Note the following:.
Possible values: Any available IPv4 or IPv6 CIDR.
this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder description(String description)
CfnIPAMAllocationProps.getDescription()description - A description for the allocation.this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder netmaskLength(Number netmaskLength)
CfnIPAMAllocationProps.getNetmaskLength()netmaskLength - The netmask length of the CIDR you would like to allocate from the IPAM pool. Note the following:.
Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.
this@Stability(value=Stable) public CfnIPAMAllocationProps build()
build in interface software.amazon.jsii.Builder<CfnIPAMAllocationProps>CfnIPAMAllocationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.