| 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 Subnets
|
VpcConfig.Builder |
vpc(IVpc vpc)
Sets the value of Vpc
|
@Stability(value=Experimental) public VpcConfig.Builder vpc(IVpc vpc)
vpc - VPC id. This parameter is required.this@Stability(value=Experimental) public VpcConfig.Builder subnets(SubnetSelection subnets)
subnets - VPC subnets.this@Stability(value=Experimental) public VpcConfig build()
VpcConfigNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.