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