Class DBClusterParameterGroupReference.Builder
java.lang.Object
software.amazon.awscdk.services.rds.DBClusterParameterGroupReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DBClusterParameterGroupReference>
- Enclosing interface:
DBClusterParameterGroupReference
@Stability(Stable)
public static final class DBClusterParameterGroupReference.Builder
extends Object
implements software.amazon.jsii.Builder<DBClusterParameterGroupReference>
A builder for
DBClusterParameterGroupReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dbClusterParameterGroupName(String dbClusterParameterGroupName) Sets the value ofDBClusterParameterGroupReference.getDbClusterParameterGroupName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dbClusterParameterGroupName
@Stability(Stable) public DBClusterParameterGroupReference.Builder dbClusterParameterGroupName(String dbClusterParameterGroupName) Sets the value ofDBClusterParameterGroupReference.getDbClusterParameterGroupName()- Parameters:
dbClusterParameterGroupName- The DBClusterParameterGroupName of the DBClusterParameterGroup resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DBClusterParameterGroupReference>- Returns:
- a new instance of
DBClusterParameterGroupReference - Throws:
NullPointerException- if any required attribute was not provided
-