Uses of Class
software.amazon.awscdk.services.ec2.ClientVpnRouteProps.Builder
-
Uses of ClientVpnRouteProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionstatic ClientVpnRouteProps.Builder
ClientVpnRouteProps.builder()
Sets the value ofClientVpnRouteOptions.getCidr()
ClientVpnRouteProps.Builder.clientVpnEndpoint
(IClientVpnEndpoint clientVpnEndpoint) Sets the value ofClientVpnRouteProps.getClientVpnEndpoint()
ClientVpnRouteProps.Builder.description
(String description) Sets the value ofClientVpnRouteOptions.getDescription()
ClientVpnRouteProps.Builder.target
(ClientVpnRouteTarget target) Sets the value ofClientVpnRouteOptions.getTarget()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClientVpnRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClientVpnRouteProps.Builder
.