Uses of Class
software.amazon.awscdk.services.ec2.alpha.VPNGatewayV2Props.Builder
-
Uses of VPNGatewayV2Props.Builder in software.amazon.awscdk.services.ec2.alpha
Modifier and TypeMethodDescriptionVPNGatewayV2Props.Builder.amazonSideAsn
(Number amazonSideAsn) Sets the value ofVPNGatewayV2Options.getAmazonSideAsn()
static VPNGatewayV2Props.Builder
VPNGatewayV2Props.builder()
VPNGatewayV2Props.Builder.type
(VpnConnectionType type) Sets the value ofVPNGatewayV2Options.getType()
Sets the value ofVPNGatewayV2Props.getVpc()
VPNGatewayV2Props.Builder.vpnGatewayName
(String vpnGatewayName) Sets the value ofVPNGatewayV2Options.getVpnGatewayName()
VPNGatewayV2Props.Builder.vpnRoutePropagation
(List<? extends SubnetSelection> vpnRoutePropagation) Sets the value ofVPNGatewayV2Options.getVpnRoutePropagation()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(VPNGatewayV2Props.Builder builder) Constructor that initializes the object based on literal property values passed by theVPNGatewayV2Props.Builder
.