Uses of Class
software.amazon.awscdk.services.ec2.NatInstanceProps.Builder
Packages that use NatInstanceProps.Builder
-
Uses of NatInstanceProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return NatInstanceProps.BuilderModifier and TypeMethodDescriptionNatInstanceProps.Builder.allowAllTraffic(Boolean allowAllTraffic) Deprecated.- Use `defaultAllowedTraffic`.static NatInstanceProps.BuilderNatInstanceProps.builder()NatInstanceProps.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic) Sets the value ofNatInstanceProps.getDefaultAllowedTraffic()NatInstanceProps.Builder.instanceType(InstanceType instanceType) Sets the value ofNatInstanceProps.getInstanceType()Sets the value ofNatInstanceProps.getKeyName()NatInstanceProps.Builder.machineImage(IMachineImage machineImage) Sets the value ofNatInstanceProps.getMachineImage()NatInstanceProps.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofNatInstanceProps.getSecurityGroup()Constructors in software.amazon.awscdk.services.ec2 with parameters of type NatInstanceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(NatInstanceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theNatInstanceProps.Builder.