Class DBClusterParameterGroupReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.docdb.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.dbClusterParameterGroupId(String dbClusterParameterGroupId) Sets the value ofDBClusterParameterGroupReference.getDbClusterParameterGroupId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dbClusterParameterGroupId
@Stability(Stable) public DBClusterParameterGroupReference.Builder dbClusterParameterGroupId(String dbClusterParameterGroupId) Sets the value ofDBClusterParameterGroupReference.getDbClusterParameterGroupId()- Parameters:
dbClusterParameterGroupId- The Id 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
-