| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SubnetProps.Builder |
SubnetProps.Builder.availabilityZone(String availabilityZone)
Sets the value of
SubnetProps.getAvailabilityZone() |
static SubnetProps.Builder |
SubnetProps.builder() |
SubnetProps.Builder |
SubnetProps.Builder.cidrBlock(String cidrBlock)
Sets the value of
SubnetProps.getCidrBlock() |
SubnetProps.Builder |
SubnetProps.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Sets the value of
SubnetProps.getMapPublicIpOnLaunch() |
SubnetProps.Builder |
SubnetProps.Builder.vpcId(String vpcId)
Sets the value of
SubnetProps.getVpcId() |
| Constructor and Description |
|---|
Jsii$Proxy(SubnetProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SubnetProps.Builder. |
Copyright © 2022. All rights reserved.