@Stability(value=Stable) public static final class CfnClusterParameterGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterParameterGroup>
CfnClusterParameterGroup.| Modifier and Type | Method and Description |
|---|---|
CfnClusterParameterGroup |
build() |
static CfnClusterParameterGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnClusterParameterGroup.Builder |
description(String description)
The description of the parameter group.
|
CfnClusterParameterGroup.Builder |
parameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
CfnClusterParameterGroup.Builder |
parameters(IResolvable parameters)
An array of parameters to be modified.
|
CfnClusterParameterGroup.Builder |
parameters(List<? extends Object> parameters)
An array of parameters to be modified.
|
CfnClusterParameterGroup.Builder |
tags(List<? extends CfnTag> tags)
The list of tags for the cluster parameter group.
|
@Stability(value=Stable) public static CfnClusterParameterGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnClusterParameterGroup.ParameterProperty.Builder.@Stability(value=Stable) public CfnClusterParameterGroup.Builder description(String description)
description - The description of the parameter group. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroup.Builder parameterGroupFamily(String parameterGroupFamily)
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 CfnClusterParameterGroup.Builder parameters(IResolvable parameters)
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.
parameters - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroup.Builder parameters(List<? extends Object> parameters)
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.
parameters - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroup.Builder tags(List<? extends CfnTag> tags)
tags - The list of tags for the cluster parameter group. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroup build()
build in interface software.amazon.jsii.Builder<CfnClusterParameterGroup>Copyright © 2022. All rights reserved.