Class CfnDBSubnetGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.neptune.CfnDBSubnetGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDBSubnetGroupPropsMixin>
- Enclosing class:
CfnDBSubnetGroupPropsMixin
@Stability(Stable)
public static final class CfnDBSubnetGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDBSubnetGroupPropsMixin>
A fluent builder for
CfnDBSubnetGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) dbSubnetGroupDescription(String dbSubnetGroupDescription) Provides the description of the DB subnet group.dbSubnetGroupName(String dbSubnetGroupName) The name of the DB subnet group.The Amazon EC2 subnet IDs for the DB subnet group.The tags that you want to attach to the DB subnet group.
-
Method Details
-
create
@Stability(Stable) public static CfnDBSubnetGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDBSubnetGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDBSubnetGroupPropsMixin.Builder.
-
dbSubnetGroupDescription
@Stability(Stable) public CfnDBSubnetGroupPropsMixin.Builder dbSubnetGroupDescription(String dbSubnetGroupDescription) Provides the description of the DB subnet group.- Parameters:
dbSubnetGroupDescription- Provides the description of the DB subnet group. This parameter is required.- Returns:
this- See Also:
-
dbSubnetGroupName
@Stability(Stable) public CfnDBSubnetGroupPropsMixin.Builder dbSubnetGroupName(String dbSubnetGroupName) The name of the DB subnet group.- Parameters:
dbSubnetGroupName- The name of the DB subnet group. This parameter is required.- Returns:
this- See Also:
-
subnetIds
The Amazon EC2 subnet IDs for the DB subnet group.- Parameters:
subnetIds- The Amazon EC2 subnet IDs for the DB subnet group. This parameter is required.- Returns:
this- See Also:
-
tags
The tags that you want to attach to the DB subnet group.- Parameters:
tags- The tags that you want to attach to the DB subnet group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDBSubnetGroupPropsMixin>- Returns:
- a newly built instance of
CfnDBSubnetGroupPropsMixin.
-