@Stability(value=Stable) public static final class CfnClusterParameterGroup.ParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterParameterGroup.ParameterProperty>
CfnClusterParameterGroup.ParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterParameterGroup.ParameterProperty |
build()
Builds the configured instance.
|
CfnClusterParameterGroup.ParameterProperty.Builder |
parameterName(String parameterName)
Sets the value of
CfnClusterParameterGroup.ParameterProperty.getParameterName() |
CfnClusterParameterGroup.ParameterProperty.Builder |
parameterValue(String parameterValue)
Sets the value of
CfnClusterParameterGroup.ParameterProperty.getParameterValue() |
@Stability(value=Stable) public CfnClusterParameterGroup.ParameterProperty.Builder parameterName(String parameterName)
CfnClusterParameterGroup.ParameterProperty.getParameterName()parameterName - The name of the parameter. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroup.ParameterProperty.Builder parameterValue(String parameterValue)
CfnClusterParameterGroup.ParameterProperty.getParameterValue()parameterValue - The value of the parameter. This parameter is required.
If ParameterName is wlm_json_configuration , then the maximum size of ParameterValue is 8000 characters.this@Stability(value=Stable) public CfnClusterParameterGroup.ParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnClusterParameterGroup.ParameterProperty>CfnClusterParameterGroup.ParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.