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 |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteClientVpnRouteRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteClientVpnRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.