| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
static VpcSubnetGroup.Builder |
VpcSubnetGroup.builder() |
VpcSubnetGroup.Builder |
VpcSubnetGroup.Builder.name(String name)
Sets the value of
VpcSubnetGroup.getName() |
VpcSubnetGroup.Builder |
VpcSubnetGroup.Builder.subnets(List<? extends VpcSubnet> subnets)
Sets the value of
VpcSubnetGroup.getSubnets() |
VpcSubnetGroup.Builder |
VpcSubnetGroup.Builder.type(VpcSubnetGroupType type)
Sets the value of
VpcSubnetGroup.getType() |
| Constructor and Description |
|---|
Jsii$Proxy(VpcSubnetGroup.Builder builder)
Constructor that initializes the object based on literal property values passed by the
VpcSubnetGroup.Builder. |
Copyright © 2022. All rights reserved.