Interface EC2DeleteRouteAction.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>, SdkBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>, SdkPojo
Enclosing class:
EC2DeleteRouteAction

public static interface EC2DeleteRouteAction.Builder extends SdkPojo, CopyableBuilder<EC2DeleteRouteAction.Builder,EC2DeleteRouteAction>
  • Method Details

    • description

      EC2DeleteRouteAction.Builder description(String description)

      A description of the DeleteRoute action.

      Parameters:
      description - A description of the DeleteRoute action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationCidrBlock

      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.

      Parameters:
      destinationCidrBlock - Information about the IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationPrefixListId

      EC2DeleteRouteAction.Builder destinationPrefixListId(String destinationPrefixListId)

      Information about the ID of the prefix list for the route.

      Parameters:
      destinationPrefixListId - Information about the ID of the prefix list for the route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationIpv6CidrBlock

      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.

      Parameters:
      destinationIpv6CidrBlock - Information about the IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routeTableId

      EC2DeleteRouteAction.Builder routeTableId(ActionTarget routeTableId)

      Information about the ID of the route table.

      Parameters:
      routeTableId - Information about the ID of the route table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • routeTableId

      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 the ActionTarget.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).

      Parameters:
      routeTableId - a consumer that will call methods on ActionTarget.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: