public static interface CreateVpnConnectionRouteRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateVpnConnectionRouteRequest.Builder,CreateVpnConnectionRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpnConnectionRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
|
CreateVpnConnectionRouteRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
copyapply, buildCreateVpnConnectionRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The CIDR block associated with the local subnet of the customer network.
destinationCidrBlock - The CIDR block associated with the local subnet of the customer network.CreateVpnConnectionRouteRequest.Builder vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
vpnConnectionId - The ID of the VPN connection.Copyright © 2017. All rights reserved.