| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SubnetAttributes.Builder |
SubnetAttributes.Builder.availabilityZone(String availabilityZone)
Sets the value of
SubnetAttributes.getAvailabilityZone() |
static SubnetAttributes.Builder |
SubnetAttributes.builder() |
SubnetAttributes.Builder |
SubnetAttributes.Builder.ipv4CidrBlock(String ipv4CidrBlock)
Sets the value of
SubnetAttributes.getIpv4CidrBlock() |
SubnetAttributes.Builder |
SubnetAttributes.Builder.routeTableId(String routeTableId)
Sets the value of
SubnetAttributes.getRouteTableId() |
SubnetAttributes.Builder |
SubnetAttributes.Builder.subnetId(String subnetId)
Sets the value of
SubnetAttributes.getSubnetId() |
| Constructor and Description |
|---|
Jsii$Proxy(SubnetAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SubnetAttributes.Builder. |
Copyright © 2022. All rights reserved.