Class CfnDBClusterParameterGroup.Builder
java.lang.Object
software.amazon.awscdk.services.neptune.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) Provides the customer-specified description for this DB cluster parameter group.Must beneptune1
for engine versions prior to 1.2.0.0 , orneptune1.2
for engine version1.2.0.0
and higher.Provides the name of the DB cluster parameter group.parameters
(Object parameters) The parameters to set for this DB cluster parameter group.The tags that you want to attach to this 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
Provides the customer-specified description for this DB cluster parameter group.- Parameters:
description
- Provides the customer-specified description for this DB cluster parameter group. This parameter is required.- Returns:
this
- See Also:
-
family
Must beneptune1
for engine versions prior to 1.2.0.0 , orneptune1.2
for engine version1.2.0.0
and higher.- Parameters:
family
- Must beneptune1
for engine versions prior to 1.2.0.0 , orneptune1.2
for engine version1.2.0.0
and higher. This parameter is required.- Returns:
this
- See Also:
-
parameters
The parameters to set for this DB cluster parameter group.The parameters are expressed as a JSON object consisting of key-value pairs.
If you update the parameters, some interruption may occur depending on which parameters you update.
- Parameters:
parameters
- The parameters to set for this DB cluster parameter group. This parameter is required.- Returns:
this
- See Also:
-
name
Provides the name of the DB cluster parameter group.- Parameters:
name
- Provides the name of the DB cluster parameter group. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags that you want to attach to this parameter group.- Parameters:
tags
- The tags that you want to attach to this 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
.
-