@Stability(value=Stable) public static final class CfnCidrCollection.Builder extends Object implements software.amazon.jsii.Builder<CfnCidrCollection>
CfnCidrCollection.| Modifier and Type | Method and Description |
|---|---|
CfnCidrCollection |
build() |
static CfnCidrCollection.Builder |
create(Construct scope,
String id) |
CfnCidrCollection.Builder |
locations(IResolvable locations)
A complex type that contains information about the list of CIDR locations.
|
CfnCidrCollection.Builder |
locations(List<? extends Object> locations)
A complex type that contains information about the list of CIDR locations.
|
CfnCidrCollection.Builder |
name(String name)
The name of a CIDR collection.
|
@Stability(value=Stable) public static CfnCidrCollection.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCidrCollection.LocationProperty.Builder.@Stability(value=Stable) public CfnCidrCollection.Builder name(String name)
name - The name of a CIDR collection. This parameter is required.this@Stability(value=Stable) public CfnCidrCollection.Builder locations(IResolvable locations)
locations - A complex type that contains information about the list of CIDR locations. This parameter is required.this@Stability(value=Stable) public CfnCidrCollection.Builder locations(List<? extends Object> locations)
locations - A complex type that contains information about the list of CIDR locations. This parameter is required.this@Stability(value=Stable) public CfnCidrCollection build()
build in interface software.amazon.jsii.Builder<CfnCidrCollection>Copyright © 2022. All rights reserved.