| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static NatInstanceProps.Builder |
NatInstanceProps.builder() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.defaultAllowedTraffic(NatTrafficDirection defaultAllowedTraffic)
Sets the value of
NatInstanceProps.getDefaultAllowedTraffic() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.instanceType(InstanceType instanceType)
Sets the value of
NatInstanceProps.getInstanceType() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.keyName(String keyName)
Sets the value of
NatInstanceProps.getKeyName() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.machineImage(IMachineImage machineImage)
Sets the value of
NatInstanceProps.getMachineImage() |
NatInstanceProps.Builder |
NatInstanceProps.Builder.securityGroup(ISecurityGroup securityGroup)
Sets the value of
NatInstanceProps.getSecurityGroup() |
Copyright © 2021. All rights reserved.