Class CfnDBClusterParameterGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.docdb.CfnDBClusterParameterGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDBClusterParameterGroupPropsMixin>
- Enclosing class:
CfnDBClusterParameterGroupPropsMixin
@Stability(Stable)
public static final class CfnDBClusterParameterGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDBClusterParameterGroupPropsMixin>
A fluent builder for
CfnDBClusterParameterGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description for the cluster parameter group.The cluster parameter group family name.The name of the DB cluster parameter group.parameters(Object parameters) Provides a list of parameters for the cluster parameter group.The tags to be assigned to the cluster parameter group.
-
Method Details
-
create
@Stability(Stable) public static CfnDBClusterParameterGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDBClusterParameterGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDBClusterParameterGroupPropsMixin.Builder.
-
description
@Stability(Stable) public CfnDBClusterParameterGroupPropsMixin.Builder description(String description) The description for the cluster parameter group.- Parameters:
description- The description for the cluster parameter group. This parameter is required.- Returns:
this- See Also:
-
family
The cluster parameter group family name.- Parameters:
family- The cluster parameter group family name. This parameter is required.- Returns:
this- See Also:
-
name
The name of the DB cluster parameter group.Constraints:
- Must not match the name of an existing
DBClusterParameterGroup.
This value is stored as a lowercase string.
- Parameters:
name- The name of the DB cluster parameter group. This parameter is required.- Returns:
this- See Also:
- Must not match the name of an existing
-
parameters
@Stability(Stable) public CfnDBClusterParameterGroupPropsMixin.Builder parameters(Object parameters) Provides a list of parameters for the cluster parameter group.- Parameters:
parameters- Provides a list of parameters for the cluster parameter group. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnDBClusterParameterGroupPropsMixin.Builder tags(List<? extends CfnTag> tags) The tags to be assigned to the cluster parameter group.- Parameters:
tags- The tags to be assigned to the cluster parameter group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDBClusterParameterGroupPropsMixin>- Returns:
- a newly built instance of
CfnDBClusterParameterGroupPropsMixin.
-