Uses of Class
software.amazon.awscdk.services.apprunner.alpha.VpcConnectorProps.Builder
Packages that use VpcConnectorProps.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of VpcConnectorProps.Builder in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return VpcConnectorProps.BuilderModifier and TypeMethodDescriptionstatic VpcConnectorProps.BuilderVpcConnectorProps.builder()VpcConnectorProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofVpcConnectorProps.getSecurityGroups()Sets the value ofVpcConnectorProps.getVpc()VpcConnectorProps.Builder.vpcConnectorName(String vpcConnectorName) Sets the value ofVpcConnectorProps.getVpcConnectorName()VpcConnectorProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofVpcConnectorProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.apprunner.alpha with parameters of type VpcConnectorProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(VpcConnectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpcConnectorProps.Builder.