public static interface DeleteRouteRequest.Builder extends EC2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteRouteRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteRouteRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
build
requestOverrideConfig
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.DeleteRouteRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteRouteRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.