Uses of Class
software.amazon.awscdk.services.ec2.CfnVPNConnectionProps.Builder
Packages that use CfnVPNConnectionProps.Builder
-
Uses of CfnVPNConnectionProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnVPNConnectionProps.BuilderModifier and TypeMethodDescriptionCfnVPNConnectionProps.builder()
CfnVPNConnectionProps.Builder.customerGatewayId
(String customerGatewayId) Sets the value ofCfnVPNConnectionProps.getCustomerGatewayId()
CfnVPNConnectionProps.Builder.staticRoutesOnly
(Boolean staticRoutesOnly) Sets the value ofCfnVPNConnectionProps.getStaticRoutesOnly()
CfnVPNConnectionProps.Builder.staticRoutesOnly
(IResolvable staticRoutesOnly) Sets the value ofCfnVPNConnectionProps.getStaticRoutesOnly()
Sets the value ofCfnVPNConnectionProps.getTags()
CfnVPNConnectionProps.Builder.transitGatewayId
(String transitGatewayId) Sets the value ofCfnVPNConnectionProps.getTransitGatewayId()
Sets the value ofCfnVPNConnectionProps.getType()
CfnVPNConnectionProps.Builder.vpnGatewayId
(String vpnGatewayId) Sets the value ofCfnVPNConnectionProps.getVpnGatewayId()
CfnVPNConnectionProps.Builder.vpnTunnelOptionsSpecifications
(List<? extends Object> vpnTunnelOptionsSpecifications) Sets the value ofCfnVPNConnectionProps.getVpnTunnelOptionsSpecifications()
CfnVPNConnectionProps.Builder.vpnTunnelOptionsSpecifications
(IResolvable vpnTunnelOptionsSpecifications) Sets the value ofCfnVPNConnectionProps.getVpnTunnelOptionsSpecifications()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnVPNConnectionProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVPNConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVPNConnectionProps.Builder
.