@Stability(value=Stable) public static final class CfnClusterSubnetGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterSubnetGroupProps>
CfnClusterSubnetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterSubnetGroupProps |
build()
Builds the configured instance.
|
CfnClusterSubnetGroupProps.Builder |
description(String description)
Sets the value of
CfnClusterSubnetGroupProps.getDescription() |
CfnClusterSubnetGroupProps.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnClusterSubnetGroupProps.getSubnetIds() |
CfnClusterSubnetGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnClusterSubnetGroupProps.getTags() |
@Stability(value=Stable) public CfnClusterSubnetGroupProps.Builder description(String description)
CfnClusterSubnetGroupProps.getDescription()description - `AWS::Redshift::ClusterSubnetGroup.Description`. This parameter is required.this@Stability(value=Stable) public CfnClusterSubnetGroupProps.Builder subnetIds(List<String> subnetIds)
CfnClusterSubnetGroupProps.getSubnetIds()subnetIds - `AWS::Redshift::ClusterSubnetGroup.SubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnClusterSubnetGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnClusterSubnetGroupProps.getTags()tags - `AWS::Redshift::ClusterSubnetGroup.Tags`.this@Stability(value=Stable) public CfnClusterSubnetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnClusterSubnetGroupProps>CfnClusterSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.