@Stability(value=Stable) public static final class ClientVpnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<ClientVpnRouteProps>
ClientVpnRouteProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnRouteProps |
build()
Builds the configured instance.
|
ClientVpnRouteProps.Builder |
cidr(String cidr)
Sets the value of
ClientVpnRouteOptions.getCidr() |
ClientVpnRouteProps.Builder |
clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
Sets the value of
ClientVpnRouteProps.getClientVpnEndpoint() |
ClientVpnRouteProps.Builder |
description(String description)
Sets the value of
ClientVpnRouteOptions.getDescription() |
ClientVpnRouteProps.Builder |
target(ClientVpnRouteTarget target)
Sets the value of
ClientVpnRouteOptions.getTarget() |
@Stability(value=Stable) public ClientVpnRouteProps.Builder clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
ClientVpnRouteProps.getClientVpnEndpoint()clientVpnEndpoint - The client VPN endpoint to which to add the route.this@Stability(value=Stable) public ClientVpnRouteProps.Builder cidr(String cidr)
ClientVpnRouteOptions.getCidr()cidr - The IPv4 address range, in CIDR notation, of the route destination. This parameter is required.
For example:
this@Stability(value=Stable) public ClientVpnRouteProps.Builder target(ClientVpnRouteTarget target)
ClientVpnRouteOptions.getTarget()target - The target for the route. This parameter is required.this@Stability(value=Stable) public ClientVpnRouteProps.Builder description(String description)
ClientVpnRouteOptions.getDescription()description - A brief description of the authorization rule.this@Stability(value=Stable) public ClientVpnRouteProps build()
build in interface software.amazon.jsii.Builder<ClientVpnRouteProps>ClientVpnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.