Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNatGatewayMixinProps.Builder
Packages that use CfnNatGatewayMixinProps.Builder
-
Uses of CfnNatGatewayMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnNatGatewayMixinProps.BuilderModifier and TypeMethodDescriptionCfnNatGatewayMixinProps.Builder.allocationId(String allocationId) Sets the value ofCfnNatGatewayMixinProps.getAllocationId()CfnNatGatewayMixinProps.Builder.allocationId(IEIPRef allocationId) Sets the value ofCfnNatGatewayMixinProps.getAllocationId()CfnNatGatewayMixinProps.Builder.availabilityMode(String availabilityMode) Sets the value ofCfnNatGatewayMixinProps.getAvailabilityMode()CfnNatGatewayMixinProps.Builder.availabilityZoneAddresses(List<? extends Object> availabilityZoneAddresses) Sets the value ofCfnNatGatewayMixinProps.getAvailabilityZoneAddresses()CfnNatGatewayMixinProps.Builder.availabilityZoneAddresses(IResolvable availabilityZoneAddresses) Sets the value ofCfnNatGatewayMixinProps.getAvailabilityZoneAddresses()CfnNatGatewayMixinProps.builder()CfnNatGatewayMixinProps.Builder.connectivityType(String connectivityType) Sets the value ofCfnNatGatewayMixinProps.getConnectivityType()CfnNatGatewayMixinProps.Builder.maxDrainDurationSeconds(Number maxDrainDurationSeconds) Sets the value ofCfnNatGatewayMixinProps.getMaxDrainDurationSeconds()CfnNatGatewayMixinProps.Builder.privateIpAddress(String privateIpAddress) Sets the value ofCfnNatGatewayMixinProps.getPrivateIpAddress()CfnNatGatewayMixinProps.Builder.secondaryAllocationIds(List<String> secondaryAllocationIds) Sets the value ofCfnNatGatewayMixinProps.getSecondaryAllocationIds()CfnNatGatewayMixinProps.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) Sets the value ofCfnNatGatewayMixinProps.getSecondaryPrivateIpAddressCount()CfnNatGatewayMixinProps.Builder.secondaryPrivateIpAddresses(List<String> secondaryPrivateIpAddresses) Sets the value ofCfnNatGatewayMixinProps.getSecondaryPrivateIpAddresses()Sets the value ofCfnNatGatewayMixinProps.getSubnetId()CfnNatGatewayMixinProps.Builder.subnetId(ISubnetRef subnetId) Sets the value ofCfnNatGatewayMixinProps.getSubnetId()Sets the value ofCfnNatGatewayMixinProps.getTags()Sets the value ofCfnNatGatewayMixinProps.getVpcId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnNatGatewayMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNatGatewayMixinProps.Builder.