@Stability(value=Stable) public static final class CfnVPCCidrBlockProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCCidrBlockProps>
CfnVPCCidrBlockProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder vpcId(String vpcId)
CfnVPCCidrBlockProps.getVpcId()vpcId - The ID of the VPC. This parameter is required.this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
CfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()amazonProvidedIpv6CidrBlock - Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
You cannot specify the range of IPv6 addresses, or the size of the CIDR block.this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder amazonProvidedIpv6CidrBlock(IResolvable amazonProvidedIpv6CidrBlock)
CfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()amazonProvidedIpv6CidrBlock - Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
You cannot specify the range of IPv6 addresses, or the size of the CIDR block.this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder cidrBlock(String cidrBlock)
CfnVPCCidrBlockProps.getCidrBlock()cidrBlock - An IPv4 CIDR block to associate with the VPC.this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv4IpamPoolId(String ipv4IpamPoolId)
CfnVPCCidrBlockProps.getIpv4IpamPoolId()ipv4IpamPoolId - Associate a CIDR allocated from an IPv4 IPAM pool to a VPC.
For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide .this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv4NetmaskLength(Number ipv4NetmaskLength)
CfnVPCCidrBlockProps.getIpv4NetmaskLength()ipv4NetmaskLength - The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide .this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv6CidrBlock(String ipv6CidrBlock)
CfnVPCCidrBlockProps.getIpv6CidrBlock()ipv6CidrBlock - An IPv6 CIDR block from the IPv6 address pool. You must also specify `Ipv6Pool` in the request.
To let Amazon choose the IPv6 CIDR block for you, omit this parameter.this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv6IpamPoolId(String ipv6IpamPoolId)
CfnVPCCidrBlockProps.getIpv6IpamPoolId()ipv6IpamPoolId - Associates a CIDR allocated from an IPv6 IPAM pool to a VPC.
For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide .this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv6NetmaskLength(Number ipv6NetmaskLength)
CfnVPCCidrBlockProps.getIpv6NetmaskLength()ipv6NetmaskLength - The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool.
For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide .this@Stability(value=Stable) public CfnVPCCidrBlockProps.Builder ipv6Pool(String ipv6Pool)
CfnVPCCidrBlockProps.getIpv6Pool()ipv6Pool - The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.this@Stability(value=Stable) public CfnVPCCidrBlockProps build()
build in interface software.amazon.jsii.Builder<CfnVPCCidrBlockProps>CfnVPCCidrBlockPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.