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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskRunSortCriteria.Buildercolumn(String column)The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortCriteria.Buildercolumn(TaskRunSortColumnType column)The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortCriteria.BuildersortDirection(String sortDirection)The sort direction to be used to sort the list of task runs for the machine learning transform.TaskRunSortCriteria.BuildersortDirection(SortDirectionType sortDirection)The sort direction to be used to sort the list of task runs for the machine learning transform.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
column
TaskRunSortCriteria.Builder column(String 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:
TaskRunSortColumnType,TaskRunSortColumnType
-
column
TaskRunSortCriteria.Builder column(TaskRunSortColumnType 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:
TaskRunSortColumnType,TaskRunSortColumnType
-
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:
SortDirectionType,SortDirectionType
-
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:
SortDirectionType,SortDirectionType
-
-