@Stability(value=External) public static final class CfnClusterSubnetGroupProps.Builder extends Object
CfnClusterSubnetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterSubnetGroupProps |
build()
Builds the configured instance.
|
CfnClusterSubnetGroupProps.Builder |
withDescription(String value)
Sets the value of Description
|
CfnClusterSubnetGroupProps.Builder |
withSubnetIds(List<String> value)
Sets the value of SubnetIds
|
CfnClusterSubnetGroupProps.Builder |
withTags(List<software.amazon.awscdk.core.CfnTag> value)
Sets the value of Tags
|
@Stability(value=External) public CfnClusterSubnetGroupProps.Builder withDescription(String value)
value - `AWS::Redshift::ClusterSubnetGroup.Description`.this@Stability(value=External) public CfnClusterSubnetGroupProps.Builder withSubnetIds(List<String> value)
value - `AWS::Redshift::ClusterSubnetGroup.SubnetIds`.this@Stability(value=External) public CfnClusterSubnetGroupProps.Builder withTags(@Nullable List<software.amazon.awscdk.core.CfnTag> value)
value - `AWS::Redshift::ClusterSubnetGroup.Tags`.this@Stability(value=External) public CfnClusterSubnetGroupProps build()
CfnClusterSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.