CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
, SdkBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
public static interface DeleteRouteRequest.Builder extends CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
Modifier and Type | Method | 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 |
routeTableId(String routeTableId) |
The ID of the route table.
|
copy
apply, 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 routeTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.