| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
build()
Builds the configured instance.
|
VpcConfig.Builder |
subnets(SubnetSelection subnets)
Sets the value of
VpcConfig.getSubnets() |
VpcConfig.Builder |
vpc(IVpc vpc)
Sets the value of
VpcConfig.getVpc() |
@Stability(value=Experimental) public VpcConfig.Builder vpc(IVpc vpc)
VpcConfig.getVpc()vpc - VPC. This parameter is required.this@Stability(value=Experimental) public VpcConfig.Builder subnets(SubnetSelection subnets)
VpcConfig.getSubnets()subnets - VPC subnets.this@Stability(value=Experimental) public VpcConfig build()
build in interface software.amazon.jsii.Builder<VpcConfig>VpcConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.