@Stability(value=Stable) public static final class CfnServerlessCluster.VpcConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnServerlessCluster.VpcConfigProperty>
CfnServerlessCluster.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServerlessCluster.VpcConfigProperty |
build()
Builds the configured instance.
|
CfnServerlessCluster.VpcConfigProperty.Builder |
securityGroups(List<String> securityGroups)
Sets the value of
CfnServerlessCluster.VpcConfigProperty.getSecurityGroups() |
CfnServerlessCluster.VpcConfigProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnServerlessCluster.VpcConfigProperty.getSubnetIds() |
@Stability(value=Stable) public CfnServerlessCluster.VpcConfigProperty.Builder subnetIds(List<String> subnetIds)
CfnServerlessCluster.VpcConfigProperty.getSubnetIds()subnetIds - A list of subnets in at least two different Availability Zones that host your client applications. This parameter is required.
We recommend that you specify a backup subnet in a different Availability Zone for failover in case of an outage.this@Stability(value=Stable) public CfnServerlessCluster.VpcConfigProperty.Builder securityGroups(List<String> securityGroups)
CfnServerlessCluster.VpcConfigProperty.getSecurityGroups()securityGroups - Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster.this@Stability(value=Stable) public CfnServerlessCluster.VpcConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnServerlessCluster.VpcConfigProperty>CfnServerlessCluster.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.