@Stability(value=Stable) public static final class CfnClusterParameterGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterParameterGroupProps>
CfnClusterParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterParameterGroupProps |
build()
Builds the configured instance.
|
CfnClusterParameterGroupProps.Builder |
description(String description)
Sets the value of
CfnClusterParameterGroupProps.getDescription() |
CfnClusterParameterGroupProps.Builder |
parameterGroupFamily(String parameterGroupFamily)
Sets the value of
CfnClusterParameterGroupProps.getParameterGroupFamily() |
CfnClusterParameterGroupProps.Builder |
parameters(IResolvable parameters)
Sets the value of
CfnClusterParameterGroupProps.getParameters() |
CfnClusterParameterGroupProps.Builder |
parameters(List<? extends Object> parameters)
Sets the value of
CfnClusterParameterGroupProps.getParameters() |
CfnClusterParameterGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnClusterParameterGroupProps.getTags() |
@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder description(String description)
CfnClusterParameterGroupProps.getDescription()description - The description of the parameter group. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameterGroupFamily(String parameterGroupFamily)
CfnClusterParameterGroupProps.getParameterGroupFamily()parameterGroupFamily - The name of the cluster parameter group family that this cluster parameter group is compatible with. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameters(IResolvable parameters)
CfnClusterParameterGroupProps.getParameters()parameters - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameters(List<? extends Object> parameters)
CfnClusterParameterGroupProps.getParameters()parameters - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional.
For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.
this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnClusterParameterGroupProps.getTags()tags - The list of tags for the cluster parameter group.this@Stability(value=Stable) public CfnClusterParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnClusterParameterGroupProps>CfnClusterParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.