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