@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 - `AWS::Redshift::ClusterParameterGroup.Description`. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameterGroupFamily(String parameterGroupFamily)
CfnClusterParameterGroupProps.getParameterGroupFamily()parameterGroupFamily - `AWS::Redshift::ClusterParameterGroup.ParameterGroupFamily`. This parameter is required.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameters(IResolvable parameters)
CfnClusterParameterGroupProps.getParameters()parameters - `AWS::Redshift::ClusterParameterGroup.Parameters`.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder parameters(List<? extends Object> parameters)
CfnClusterParameterGroupProps.getParameters()parameters - `AWS::Redshift::ClusterParameterGroup.Parameters`.this@Stability(value=Stable) public CfnClusterParameterGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnClusterParameterGroupProps.getTags()tags - `AWS::Redshift::ClusterParameterGroup.Tags`.this@Stability(value=Stable) public CfnClusterParameterGroupProps build()
build in interface software.amazon.jsii.Builder<CfnClusterParameterGroupProps>CfnClusterParameterGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.