Uses of Class
software.amazon.awscdk.services.ec2.ConfigureNatOptions.Builder
-
Uses of ConfigureNatOptions.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic ConfigureNatOptions.Builder
ConfigureNatOptions.builder()
ConfigureNatOptions.Builder.natSubnets
(List<? extends PublicSubnet> natSubnets) Sets the value ofConfigureNatOptions.getNatSubnets()
ConfigureNatOptions.Builder.privateSubnets
(List<? extends PrivateSubnet> privateSubnets) Sets the value ofConfigureNatOptions.getPrivateSubnets()
Sets the value ofConfigureNatOptions.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ConfigureNatOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theConfigureNatOptions.Builder
.