public static interface EC2DeleteRouteAction.Builder extends SdkPojo, CopyableBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>
| Modifier and Type | Method and Description |
|---|---|
EC2DeleteRouteAction.Builder |
description(String description)
A description of the DeleteRoute action.
|
EC2DeleteRouteAction.Builder |
destinationCidrBlock(String destinationCidrBlock)
Information about the IPv4 CIDR range for the route.
|
EC2DeleteRouteAction.Builder |
destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about the IPv6 CIDR range for the route.
|
EC2DeleteRouteAction.Builder |
destinationPrefixListId(String destinationPrefixListId)
Information about the ID of the prefix list for the route.
|
EC2DeleteRouteAction.Builder |
routeTableId(ActionTarget routeTableId)
Information about the ID of the route table.
|
default EC2DeleteRouteAction.Builder |
routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2DeleteRouteAction.Builder description(String description)
A description of the DeleteRoute action.
description - A description of the DeleteRoute action.EC2DeleteRouteAction.Builder destinationCidrBlock(String destinationCidrBlock)
Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationCidrBlock - Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the
route exactly.EC2DeleteRouteAction.Builder destinationPrefixListId(String destinationPrefixListId)
Information about the ID of the prefix list for the route.
destinationPrefixListId - Information about the ID of the prefix list for the route.EC2DeleteRouteAction.Builder destinationIpv6CidrBlock(String destinationIpv6CidrBlock)
Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
destinationIpv6CidrBlock - Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the
route exactly.EC2DeleteRouteAction.Builder routeTableId(ActionTarget routeTableId)
Information about the ID of the route table.
routeTableId - Information about the ID of the route table.default EC2DeleteRouteAction.Builder routeTableId(Consumer<ActionTarget.Builder> routeTableId)
Information about the ID of the route table.
This is a convenience method that creates an instance of theActionTarget.Builder avoiding the need
to create one manually via ActionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to routeTableId(ActionTarget).routeTableId - a consumer that will call methods on ActionTarget.BuilderrouteTableId(ActionTarget)Copyright © 2022. All rights reserved.