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