Class CfnCidrCollection.Builder
java.lang.Object
software.amazon.awscdk.services.route53.CfnCidrCollection.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCidrCollection>
- Enclosing class:
CfnCidrCollection
@Stability(Stable)
public static final class CfnCidrCollection.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCidrCollection>
A fluent builder for
CfnCidrCollection
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnCidrCollection.Builder
A complex type that contains information about the list of CIDR locations.locations
(IResolvable locations) A complex type that contains information about the list of CIDR locations.The name of a CIDR collection.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnCidrCollection.Builder
.
-
name
The name of a CIDR collection.- Parameters:
name
- The name of a CIDR collection. This parameter is required.- Returns:
this
-
locations
A complex type that contains information about the list of CIDR locations.- Parameters:
locations
- A complex type that contains information about the list of CIDR locations. This parameter is required.- Returns:
this
-
locations
A complex type that contains information about the list of CIDR locations.- Parameters:
locations
- A complex type that contains information about the list of CIDR locations. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCidrCollection>
- Returns:
- a newly built instance of
CfnCidrCollection
.
-