Uses of Class
software.amazon.awscdk.services.ec2.Subnet.Builder
Packages that use Subnet.Builder
-
Uses of Subnet.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return Subnet.BuilderModifier and TypeMethodDescriptionSubnet.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation) Indicates whether a network interface created in this subnet receives an IPv6 address.Subnet.Builder.availabilityZone(String availabilityZone) The availability zone for the subnet.The CIDR notation for this subnet.static Subnet.BuilderSubnet.Builder.ipv6CidrBlock(String ipv6CidrBlock) The IPv6 CIDR block.Subnet.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) Controls if a public IP is associated to an instance at launch.The VPC which this subnet is part of.