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