Uses of Class
software.amazon.awscdk.services.ec2.VpcLookupOptions.Builder
-
Uses of VpcLookupOptions.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic VpcLookupOptions.Builder
VpcLookupOptions.builder()
Sets the value ofVpcLookupOptions.getIsDefault()
VpcLookupOptions.Builder.ownerAccountId
(String ownerAccountId) Sets the value ofVpcLookupOptions.getOwnerAccountId()
Sets the value ofVpcLookupOptions.getRegion()
VpcLookupOptions.Builder.returnVpnGateways
(Boolean returnVpnGateways) Sets the value ofVpcLookupOptions.getReturnVpnGateways()
VpcLookupOptions.Builder.subnetGroupNameTag
(String subnetGroupNameTag) Sets the value ofVpcLookupOptions.getSubnetGroupNameTag()
Sets the value ofVpcLookupOptions.getTags()
Sets the value ofVpcLookupOptions.getVpcId()
Sets the value ofVpcLookupOptions.getVpcName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcLookupOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcLookupOptions.Builder
.