public static final class CfnClusterParameterGroupProps.Builder extends Object
CfnClusterParameterGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterParameterGroupProps |
build()
Builds the configured instance.
|
CfnClusterParameterGroupProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnClusterParameterGroupProps.Builder |
withParameterGroupFamily(String value)
Sets the value of ParameterGroupFamily
|
CfnClusterParameterGroupProps.Builder |
withParameters(List<Object> value)
Sets the value of Parameters
|
CfnClusterParameterGroupProps.Builder |
withParameters(software.amazon.awscdk.Token value)
Sets the value of Parameters
|
CfnClusterParameterGroupProps.Builder |
withTags(List<software.amazon.awscdk.CfnTag> value)
Sets the value of Tags
|
public CfnClusterParameterGroupProps.Builder withDescription(String value)
value - `AWS::Redshift::ClusterParameterGroup.Description`.thispublic CfnClusterParameterGroupProps.Builder withParameterGroupFamily(String value)
value - `AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`.thispublic CfnClusterParameterGroupProps.Builder withParameters(@Nullable software.amazon.awscdk.Token value)
value - `AWS::Redshift::ClusterParameterGroup.Parameters`.thispublic CfnClusterParameterGroupProps.Builder withParameters(@Nullable List<Object> value)
value - `AWS::Redshift::ClusterParameterGroup.Parameters`.thispublic CfnClusterParameterGroupProps.Builder withTags(@Nullable List<software.amazon.awscdk.CfnTag> value)
value - `AWS::Redshift::ClusterParameterGroup.Tags`.thispublic CfnClusterParameterGroupProps build()
CfnClusterParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.