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<Object> value)
Sets the value of SubnetIds
|
CfnClusterSubnetGroupProps.Builder |
withSubnetIds(software.amazon.awscdk.Token value)
Sets the value of SubnetIds
|
CfnClusterSubnetGroupProps.Builder |
withTags(List<Object> value)
Sets the value of Tags
|
CfnClusterSubnetGroupProps.Builder |
withTags(software.amazon.awscdk.Token value)
Sets the value of Tags
|
public CfnClusterSubnetGroupProps.Builder withDescription(String value)
value - ``AWS::Redshift::ClusterSubnetGroup.Description``thispublic CfnClusterSubnetGroupProps.Builder withSubnetIds(software.amazon.awscdk.Token value)
value - ``AWS::Redshift::ClusterSubnetGroup.SubnetIds``thispublic CfnClusterSubnetGroupProps.Builder withSubnetIds(List<Object> value)
value - ``AWS::Redshift::ClusterSubnetGroup.SubnetIds``thispublic CfnClusterSubnetGroupProps.Builder withTags(@Nullable software.amazon.awscdk.Token value)
value - ``AWS::Redshift::ClusterSubnetGroup.Tags``thispublic CfnClusterSubnetGroupProps.Builder withTags(@Nullable List<Object> value)
value - ``AWS::Redshift::ClusterSubnetGroup.Tags``thispublic CfnClusterSubnetGroupProps build()
CfnClusterSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.