public static interface DeleteVpnConnectionRouteRequest.Builder extends EC2Request.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteVpnConnectionRouteRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteVpnConnectionRouteRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
buildrequestOverrideConfigcopyapply, 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.DeleteVpnConnectionRouteRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteVpnConnectionRouteRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.