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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRouteRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteRouteRequest.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 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.Builder
DeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.