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