Class CfnClusterParameterGroup.ParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.redshift.CfnClusterParameterGroup.ParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterParameterGroup.ParameterProperty>
- Enclosing interface:
- CfnClusterParameterGroup.ParameterProperty
@Stability(Stable)
public static final class CfnClusterParameterGroup.ParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterParameterGroup.ParameterProperty>
A builder for
CfnClusterParameterGroup.ParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnClusterParameterGroup.ParameterProperty.getParameterName()parameterValue(String parameterValue) Sets the value ofCfnClusterParameterGroup.ParameterProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnClusterParameterGroup.ParameterProperty.Builder parameterName(String parameterName) Sets the value ofCfnClusterParameterGroup.ParameterProperty.getParameterName()- Parameters:
parameterName- The name of the parameter. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnClusterParameterGroup.ParameterProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnClusterParameterGroup.ParameterProperty.getParameterValue()- Parameters:
parameterValue- The value of the parameter. This parameter is required. IfParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterParameterGroup.ParameterProperty>- Returns:
- a new instance of
CfnClusterParameterGroup.ParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-