Interface EC2DeleteRouteAction.Builder

    • Method Detail

      • 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.