Uses of Class
software.amazon.awscdk.services.ec2.SubnetAttributes.Builder
-
Uses of SubnetAttributes.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionSubnetAttributes.Builder.availabilityZone
(String availabilityZone) Sets the value ofSubnetAttributes.getAvailabilityZone()
static SubnetAttributes.Builder
SubnetAttributes.builder()
SubnetAttributes.Builder.ipv4CidrBlock
(String ipv4CidrBlock) Sets the value ofSubnetAttributes.getIpv4CidrBlock()
SubnetAttributes.Builder.routeTableId
(String routeTableId) Sets the value ofSubnetAttributes.getRouteTableId()
Sets the value ofSubnetAttributes.getSubnetId()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SubnetAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theSubnetAttributes.Builder
.