Uses of Class
software.amazon.awscdk.services.ec2.VpnConnectionProps.Builder
Packages that use VpnConnectionProps.Builder
-
Uses of VpnConnectionProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return VpnConnectionProps.BuilderModifier and TypeMethodDescriptionSets the value ofVpnConnectionOptions.getAsn()
static VpnConnectionProps.Builder
VpnConnectionProps.builder()
Sets the value ofVpnConnectionOptions.getIp()
VpnConnectionProps.Builder.staticRoutes
(List<String> staticRoutes) Sets the value ofVpnConnectionOptions.getStaticRoutes()
VpnConnectionProps.Builder.tunnelOptions
(List<? extends VpnTunnelOption> tunnelOptions) Sets the value ofVpnConnectionOptions.getTunnelOptions()
Sets the value ofVpnConnectionProps.getVpc()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type VpnConnectionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(VpnConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVpnConnectionProps.Builder
.