public static interface DeleteRouteRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRouteRequest.Builder |
destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route.
|
DeleteRouteRequest.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route.
|
DeleteRouteRequest.Builder |
destinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list for the route.
|
DeleteRouteRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRouteRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRouteRequest.Builder destinationCidrBlock(String destinationCidrBlock)
The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock - The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.DeleteRouteRequest.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationIpv6CidrBlock - The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.DeleteRouteRequest.Builder destinationPrefixListId(String destinationPrefixListId)
The ID of the prefix list for the route.
destinationPrefixListId - The ID of the prefix list for the route.DeleteRouteRequest.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.DeleteRouteRequest.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.DeleteRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.