Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetMixinProps.Builder
Packages that use CfnSubnetMixinProps.Builder
-
Uses of CfnSubnetMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnSubnetMixinProps.BuilderModifier and TypeMethodDescriptionCfnSubnetMixinProps.Builder.assignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation) Sets the value ofCfnSubnetMixinProps.getAssignIpv6AddressOnCreation()CfnSubnetMixinProps.Builder.assignIpv6AddressOnCreation(IResolvable assignIpv6AddressOnCreation) Sets the value ofCfnSubnetMixinProps.getAssignIpv6AddressOnCreation()CfnSubnetMixinProps.Builder.availabilityZone(String availabilityZone) Sets the value ofCfnSubnetMixinProps.getAvailabilityZone()CfnSubnetMixinProps.Builder.availabilityZoneId(String availabilityZoneId) Sets the value ofCfnSubnetMixinProps.getAvailabilityZoneId()static CfnSubnetMixinProps.BuilderCfnSubnetMixinProps.builder()Sets the value ofCfnSubnetMixinProps.getCidrBlock()CfnSubnetMixinProps.Builder.enableDns64(Boolean enableDns64) Sets the value ofCfnSubnetMixinProps.getEnableDns64()CfnSubnetMixinProps.Builder.enableDns64(IResolvable enableDns64) Sets the value ofCfnSubnetMixinProps.getEnableDns64()CfnSubnetMixinProps.Builder.enableLniAtDeviceIndex(Number enableLniAtDeviceIndex) Sets the value ofCfnSubnetMixinProps.getEnableLniAtDeviceIndex()CfnSubnetMixinProps.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) Sets the value ofCfnSubnetMixinProps.getIpv4IpamPoolId()CfnSubnetMixinProps.Builder.ipv4NetmaskLength(Number ipv4NetmaskLength) Sets the value ofCfnSubnetMixinProps.getIpv4NetmaskLength()CfnSubnetMixinProps.Builder.ipv6CidrBlock(String ipv6CidrBlock) Sets the value ofCfnSubnetMixinProps.getIpv6CidrBlock()CfnSubnetMixinProps.Builder.ipv6IpamPoolId(String ipv6IpamPoolId) Sets the value ofCfnSubnetMixinProps.getIpv6IpamPoolId()CfnSubnetMixinProps.Builder.ipv6Native(Boolean ipv6Native) Sets the value ofCfnSubnetMixinProps.getIpv6Native()CfnSubnetMixinProps.Builder.ipv6Native(IResolvable ipv6Native) Sets the value ofCfnSubnetMixinProps.getIpv6Native()CfnSubnetMixinProps.Builder.ipv6NetmaskLength(Number ipv6NetmaskLength) Sets the value ofCfnSubnetMixinProps.getIpv6NetmaskLength()CfnSubnetMixinProps.Builder.mapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch) Sets the value ofCfnSubnetMixinProps.getMapPublicIpOnLaunch()CfnSubnetMixinProps.Builder.mapPublicIpOnLaunch(IResolvable mapPublicIpOnLaunch) Sets the value ofCfnSubnetMixinProps.getMapPublicIpOnLaunch()CfnSubnetMixinProps.Builder.outpostArn(String outpostArn) Sets the value ofCfnSubnetMixinProps.getOutpostArn()CfnSubnetMixinProps.Builder.privateDnsNameOptionsOnLaunch(Object privateDnsNameOptionsOnLaunch) Sets the value ofCfnSubnetMixinProps.getPrivateDnsNameOptionsOnLaunch()Sets the value ofCfnSubnetMixinProps.getTags()Sets the value ofCfnSubnetMixinProps.getVpcId()Sets the value ofCfnSubnetMixinProps.getVpcId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnSubnetMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnSubnetMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSubnetMixinProps.Builder.