Class CfnCidrCollectionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnCidrCollectionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCidrCollectionPropsMixin>
- Enclosing class:
CfnCidrCollectionPropsMixin
@Stability(Stable)
public static final class CfnCidrCollectionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCidrCollectionPropsMixin>
A fluent builder for
CfnCidrCollectionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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
@Stability(Stable) public static CfnCidrCollectionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCidrCollectionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCidrCollectionPropsMixin.Builder.
-
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- See Also:
-
locations
@Stability(Stable) public CfnCidrCollectionPropsMixin.Builder locations(List<? extends Object> 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- See Also:
-
name
The name of a CIDR collection.- Parameters:
name- The name of a CIDR collection. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCidrCollectionPropsMixin>- Returns:
- a newly built instance of
CfnCidrCollectionPropsMixin.
-