| Modifier and Type | Method and Description |
|---|---|
static CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.create(Construct scope,
String id) |
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.description(String description)
The description of the parameter group.
|
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.parameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.parameters(IResolvable parameters)
An array of parameters to be modified.
|
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.parameters(List<? extends Object> parameters)
An array of parameters to be modified.
|
CfnClusterParameterGroup.Builder |
CfnClusterParameterGroup.Builder.tags(List<? extends CfnTag> tags)
The list of tags for the cluster parameter group.
|
Copyright © 2022. All rights reserved.