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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteVpnConnectionRouteRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteVpnConnectionRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.