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<Object> value)
Sets the value of Tags
|
CfnClusterParameterGroupProps.Builder |
withTags(software.amazon.awscdk.Token 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 software.amazon.awscdk.Token value)
value - ``AWS::Redshift::ClusterParameterGroup.Tags``thispublic CfnClusterParameterGroupProps.Builder withTags(@Nullable List<Object> value)
value - ``AWS::Redshift::ClusterParameterGroup.Tags``thispublic CfnClusterParameterGroupProps build()
CfnClusterParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.