@Stability(value=Experimental) public static final class ClusterSubnetGroupProps.Builder extends Object implements software.amazon.jsii.Builder<ClusterSubnetGroupProps>
ClusterSubnetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClusterSubnetGroupProps |
build()
Builds the configured instance.
|
ClusterSubnetGroupProps.Builder |
description(String description)
Sets the value of
ClusterSubnetGroupProps.getDescription() |
ClusterSubnetGroupProps.Builder |
removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
ClusterSubnetGroupProps.getRemovalPolicy() |
ClusterSubnetGroupProps.Builder |
vpc(IVpc vpc)
Sets the value of
ClusterSubnetGroupProps.getVpc() |
ClusterSubnetGroupProps.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
ClusterSubnetGroupProps.getVpcSubnets() |
@Stability(value=Experimental) public ClusterSubnetGroupProps.Builder description(String description)
ClusterSubnetGroupProps.getDescription()description - Description of the subnet group. This parameter is required.this@Stability(value=Experimental) public ClusterSubnetGroupProps.Builder vpc(IVpc vpc)
ClusterSubnetGroupProps.getVpc()vpc - The VPC to place the subnet group in. This parameter is required.this@Stability(value=Experimental) public ClusterSubnetGroupProps.Builder removalPolicy(RemovalPolicy removalPolicy)
ClusterSubnetGroupProps.getRemovalPolicy()removalPolicy - The removal policy to apply when the subnet group are removed from the stack or replaced during an update.this@Stability(value=Experimental) public ClusterSubnetGroupProps.Builder vpcSubnets(SubnetSelection vpcSubnets)
ClusterSubnetGroupProps.getVpcSubnets()vpcSubnets - Which subnets within the VPC to associate with this group.this@Stability(value=Experimental) public ClusterSubnetGroupProps build()
build in interface software.amazon.jsii.Builder<ClusterSubnetGroupProps>ClusterSubnetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.