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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteVpnConnectionRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteVpnConnectionRouteRequest.Builder |
vpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteVpnConnectionRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.