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