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