@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() |
CfnSubnetGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSubnetGroupProps.getTags() |
@Stability(value=Stable) public CfnSubnetGroupProps.Builder subnetGroupName(String subnetGroupName)
CfnSubnetGroupProps.getSubnetGroupName()subnetGroupName - The name of the subnet group to be used for the cluster . This parameter is required.this@Stability(value=Stable) public CfnSubnetGroupProps.Builder subnetIds(List<String> subnetIds)
CfnSubnetGroupProps.getSubnetIds()subnetIds - A list of Amazon VPC subnet IDs for the subnet group. This parameter is required.this@Stability(value=Stable) public CfnSubnetGroupProps.Builder description(String description)
CfnSubnetGroupProps.getDescription()description - A description of the subnet group.this@Stability(value=Stable) public CfnSubnetGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnSubnetGroupProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnSubnetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnSubnetGroupProps>CfnSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.