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