public static final class CfnSubnetCidrBlock.Builder
extends java.lang.Object
CfnSubnetCidrBlock
.Modifier and Type | Method and Description |
---|---|
CfnSubnetCidrBlock |
build() |
static CfnSubnetCidrBlock.Builder |
create(Construct scope,
java.lang.String id) |
CfnSubnetCidrBlock.Builder |
ipv6CidrBlock(java.lang.String ipv6CidrBlock)
The IPv6 network range for the subnet, in CIDR notation.
|
CfnSubnetCidrBlock.Builder |
subnetId(java.lang.String subnetId)
The ID of the subnet.
|
public static CfnSubnetCidrBlock.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnSubnetCidrBlock.Builder
.public CfnSubnetCidrBlock.Builder ipv6CidrBlock(java.lang.String ipv6CidrBlock)
This parameter is required for an IPv6 only subnet.
ipv6CidrBlock
- The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length. This parameter is required.this
public CfnSubnetCidrBlock.Builder subnetId(java.lang.String subnetId)
subnetId
- The ID of the subnet. This parameter is required.this
public CfnSubnetCidrBlock build()