Uses of Class
software.amazon.awscdk.services.ec2.CfnSubnetProps.Builder
Packages that use CfnSubnetProps.Builder
-
Uses of CfnSubnetProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnSubnetProps.BuilderModifier and TypeMethodDescriptionCfnSubnetProps.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation) Sets the value ofCfnSubnetProps.getAssignIpv6AddressOnCreation()CfnSubnetProps.Builder.assignIpv6AddressOnCreation(IResolvable assignIpv6AddressOnCreation) Sets the value ofCfnSubnetProps.getAssignIpv6AddressOnCreation()CfnSubnetProps.Builder.availabilityZone(String availabilityZone) Sets the value ofCfnSubnetProps.getAvailabilityZone()CfnSubnetProps.Builder.availabilityZoneId(String availabilityZoneId) Sets the value ofCfnSubnetProps.getAvailabilityZoneId()static CfnSubnetProps.BuilderCfnSubnetProps.builder()Sets the value ofCfnSubnetProps.getCidrBlock()CfnSubnetProps.Builder.enableDns64(Boolean enableDns64) Sets the value ofCfnSubnetProps.getEnableDns64()CfnSubnetProps.Builder.enableDns64(IResolvable enableDns64) Sets the value ofCfnSubnetProps.getEnableDns64()CfnSubnetProps.Builder.ipv6CidrBlock(String ipv6CidrBlock) Sets the value ofCfnSubnetProps.getIpv6CidrBlock()CfnSubnetProps.Builder.ipv6Native(Boolean ipv6Native) Sets the value ofCfnSubnetProps.getIpv6Native()CfnSubnetProps.Builder.ipv6Native(IResolvable ipv6Native) Sets the value ofCfnSubnetProps.getIpv6Native()CfnSubnetProps.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) Sets the value ofCfnSubnetProps.getMapPublicIpOnLaunch()CfnSubnetProps.Builder.mapPublicIpOnLaunch(IResolvable mapPublicIpOnLaunch) Sets the value ofCfnSubnetProps.getMapPublicIpOnLaunch()CfnSubnetProps.Builder.outpostArn(String outpostArn) Sets the value ofCfnSubnetProps.getOutpostArn()CfnSubnetProps.Builder.privateDnsNameOptionsOnLaunch(Object privateDnsNameOptionsOnLaunch) Sets the value ofCfnSubnetProps.getPrivateDnsNameOptionsOnLaunch()Sets the value ofCfnSubnetProps.getTags()Sets the value ofCfnSubnetProps.getVpcId()Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnSubnetProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnSubnetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSubnetProps.Builder.