Interface SortObject.Builder

  • Method Details

    • sortBy

      SortObject.Builder sortBy(String sortBy)

      Specifies the field by which to sort the resource snapshot jobs.

      Parameters:
      sortBy - Specifies the field by which to sort the resource snapshot jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      SortObject.Builder sortBy(SortBy sortBy)

      Specifies the field by which to sort the resource snapshot jobs.

      Parameters:
      sortBy - Specifies the field by which to sort the resource snapshot jobs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortObject.Builder sortOrder(String sortOrder)

      Determines the order in which the sorted results are presented.

      Parameters:
      sortOrder - Determines the order in which the sorted results are presented.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortObject.Builder sortOrder(SortOrder sortOrder)

      Determines the order in which the sorted results are presented.

      Parameters:
      sortOrder - Determines the order in which the sorted results are presented.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: