public static interface DeleteClientVpnRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteClientVpnRouteRequest.Builder,DeleteClientVpnRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteClientVpnRouteRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
|
DeleteClientVpnRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
|
DeleteClientVpnRouteRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteClientVpnRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteClientVpnRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteClientVpnRouteRequest.Builder |
targetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteClientVpnRouteRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint from which the route is to be deleted.
clientVpnEndpointId - The ID of the Client VPN endpoint from which the route is to be deleted.DeleteClientVpnRouteRequest.Builder targetVpcSubnetId(String targetVpcSubnetId)
The ID of the target subnet used by the route.
targetVpcSubnetId - The ID of the target subnet used by the route.DeleteClientVpnRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The IPv4 address range, in CIDR notation, of the route to be deleted.
destinationCidrBlock - The IPv4 address range, in CIDR notation, of the route to be deleted.DeleteClientVpnRouteRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DeleteClientVpnRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteClientVpnRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.