@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 cidr(String cidr)
CfnIPAMAllocationProps.getCidr()cidr - `AWS::EC2::IPAMAllocation.Cidr`.this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder description(String description)
CfnIPAMAllocationProps.getDescription()description - `AWS::EC2::IPAMAllocation.Description`.this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder ipamPoolId(String ipamPoolId)
CfnIPAMAllocationProps.getIpamPoolId()ipamPoolId - `AWS::EC2::IPAMAllocation.IpamPoolId`. This parameter is required.this@Stability(value=Stable) public CfnIPAMAllocationProps.Builder netmaskLength(Number netmaskLength)
CfnIPAMAllocationProps.getNetmaskLength()netmaskLength - `AWS::EC2::IPAMAllocation.NetmaskLength`.this@Stability(value=Stable) public CfnIPAMAllocationProps build()
build in interface software.amazon.jsii.Builder<CfnIPAMAllocationProps>CfnIPAMAllocationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.