Uses of Class
software.amazon.awscdk.services.apigatewayv2.VpcLinkProps.Builder
-
Uses of VpcLinkProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionstatic VpcLinkProps.Builder
VpcLinkProps.builder()
VpcLinkProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcLinkProps.getSecurityGroups()
VpcLinkProps.Builder.subnets
(SubnetSelection subnets) Sets the value ofVpcLinkProps.getSubnets()
Sets the value ofVpcLinkProps.getVpc()
VpcLinkProps.Builder.vpcLinkName
(String vpcLinkName) Sets the value ofVpcLinkProps.getVpcLinkName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VpcLinkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcLinkProps.Builder
.