Interface TaskRunSortCriteria.Builder

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

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

    • column

      The column to be used to sort the list of task runs for the machine learning transform.

      Parameters:
      column - The column to be used to sort the list of task runs for the machine learning transform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • column

      The column to be used to sort the list of task runs for the machine learning transform.

      Parameters:
      column - The column to be used to sort the list of task runs for the machine learning transform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortDirection

      TaskRunSortCriteria.Builder sortDirection(String sortDirection)

      The sort direction to be used to sort the list of task runs for the machine learning transform.

      Parameters:
      sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortDirection

      TaskRunSortCriteria.Builder sortDirection(SortDirectionType sortDirection)

      The sort direction to be used to sort the list of task runs for the machine learning transform.

      Parameters:
      sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: