Class CfnDBClusterParameterGroup.Builder
java.lang.Object
software.amazon.awscdk.services.docdb.CfnDBClusterParameterGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
- Enclosing class:
CfnDBClusterParameterGroup
@Stability(Stable)
public static final class CfnDBClusterParameterGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDBClusterParameterGroup>
A fluent builder for
CfnDBClusterParameterGroup
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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 CfnDBClusterParameterGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDBClusterParameterGroup.Builder
.
-
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:
-
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:
-
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
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnDBClusterParameterGroup>
- Returns:
- a newly built instance of
CfnDBClusterParameterGroup
.
-