Uses of Class
software.amazon.awscdk.services.ec2.alpha.NatGatewayProps.Builder
Packages that use NatGatewayProps.Builder
-
Uses of NatGatewayProps.Builder in software.amazon.awscdk.services.ec2.alpha
Methods in software.amazon.awscdk.services.ec2.alpha that return NatGatewayProps.BuilderModifier and TypeMethodDescriptionNatGatewayProps.Builder.allocationId(String allocationId) Sets the value ofNatGatewayOptions.getAllocationId()static NatGatewayProps.BuilderNatGatewayProps.builder()NatGatewayProps.Builder.connectivityType(NatConnectivityType connectivityType) Sets the value ofNatGatewayOptions.getConnectivityType()NatGatewayProps.Builder.maxDrainDuration(Duration maxDrainDuration) Sets the value ofNatGatewayOptions.getMaxDrainDuration()NatGatewayProps.Builder.natGatewayName(String natGatewayName) Sets the value ofNatGatewayOptions.getNatGatewayName()NatGatewayProps.Builder.privateIpAddress(String privateIpAddress) Sets the value ofNatGatewayOptions.getPrivateIpAddress()NatGatewayProps.Builder.secondaryAllocationIds(List<String> secondaryAllocationIds) Sets the value ofNatGatewayOptions.getSecondaryAllocationIds()NatGatewayProps.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) Sets the value ofNatGatewayOptions.getSecondaryPrivateIpAddressCount()NatGatewayProps.Builder.secondaryPrivateIpAddresses(List<String> secondaryPrivateIpAddresses) Sets the value ofNatGatewayOptions.getSecondaryPrivateIpAddresses()Sets the value ofNatGatewayOptions.getSubnet()Sets the value ofNatGatewayProps.getVpc()Constructors in software.amazon.awscdk.services.ec2.alpha with parameters of type NatGatewayProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(NatGatewayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNatGatewayProps.Builder.