Class CfnVPCCidrBlockProps.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnVPCCidrBlockProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVPCCidrBlockProps>
- Enclosing interface:
- CfnVPCCidrBlockProps
@Stability(Stable)
public static final class CfnVPCCidrBlockProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVPCCidrBlockProps>
A builder for
CfnVPCCidrBlockProps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamazonProvidedIpv6CidrBlock
(Boolean amazonProvidedIpv6CidrBlock) Sets the value ofCfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()
amazonProvidedIpv6CidrBlock
(IResolvable amazonProvidedIpv6CidrBlock) Sets the value ofCfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()
build()
Builds the configured instance.Sets the value ofCfnVPCCidrBlockProps.getCidrBlock()
ipv4IpamPoolId
(String ipv4IpamPoolId) Sets the value ofCfnVPCCidrBlockProps.getIpv4IpamPoolId()
ipv4NetmaskLength
(Number ipv4NetmaskLength) Sets the value ofCfnVPCCidrBlockProps.getIpv4NetmaskLength()
ipv6CidrBlock
(String ipv6CidrBlock) Sets the value ofCfnVPCCidrBlockProps.getIpv6CidrBlock()
ipv6IpamPoolId
(String ipv6IpamPoolId) Sets the value ofCfnVPCCidrBlockProps.getIpv6IpamPoolId()
ipv6NetmaskLength
(Number ipv6NetmaskLength) Sets the value ofCfnVPCCidrBlockProps.getIpv6NetmaskLength()
Sets the value ofCfnVPCCidrBlockProps.getIpv6Pool()
Sets the value ofCfnVPCCidrBlockProps.getVpcId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcId
Sets the value ofCfnVPCCidrBlockProps.getVpcId()
- Parameters:
vpcId
- The ID of the VPC. This parameter is required.- Returns:
this
-
amazonProvidedIpv6CidrBlock
@Stability(Stable) public CfnVPCCidrBlockProps.Builder amazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock) Sets the value ofCfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()
- Parameters:
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.- Returns:
this
-
amazonProvidedIpv6CidrBlock
@Stability(Stable) public CfnVPCCidrBlockProps.Builder amazonProvidedIpv6CidrBlock(IResolvable amazonProvidedIpv6CidrBlock) Sets the value ofCfnVPCCidrBlockProps.getAmazonProvidedIpv6CidrBlock()
- Parameters:
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.- Returns:
this
-
cidrBlock
Sets the value ofCfnVPCCidrBlockProps.getCidrBlock()
- Parameters:
cidrBlock
- An IPv4 CIDR block to associate with the VPC.- Returns:
this
-
ipv4IpamPoolId
Sets the value ofCfnVPCCidrBlockProps.getIpv4IpamPoolId()
- Parameters:
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 .- Returns:
this
-
ipv4NetmaskLength
Sets the value ofCfnVPCCidrBlockProps.getIpv4NetmaskLength()
- Parameters:
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 .- Returns:
this
-
ipv6CidrBlock
Sets the value ofCfnVPCCidrBlockProps.getIpv6CidrBlock()
- Parameters:
ipv6CidrBlock
- An IPv6 CIDR block from the IPv6 address pool. You must also specifyIpv6Pool
in the request. To let Amazon choose the IPv6 CIDR block for you, omit this parameter.- Returns:
this
-
ipv6IpamPoolId
Sets the value ofCfnVPCCidrBlockProps.getIpv6IpamPoolId()
- Parameters:
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 .- Returns:
this
-
ipv6NetmaskLength
Sets the value ofCfnVPCCidrBlockProps.getIpv6NetmaskLength()
- Parameters:
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 .- Returns:
this
-
ipv6Pool
Sets the value ofCfnVPCCidrBlockProps.getIpv6Pool()
- Parameters:
ipv6Pool
- The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnVPCCidrBlockProps>
- Returns:
- a new instance of
CfnVPCCidrBlockProps
- Throws:
NullPointerException
- if any required attribute was not provided
-