Interface TaskRunSortCriteria.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TaskRunSortCriteria.Builder,,- TaskRunSortCriteria> - SdkBuilder<TaskRunSortCriteria.Builder,,- TaskRunSortCriteria> - SdkPojo
- Enclosing class:
- TaskRunSortCriteria
@Mutable
@NotThreadSafe
public static interface TaskRunSortCriteria.Builder
extends SdkPojo, CopyableBuilder<TaskRunSortCriteria.Builder,TaskRunSortCriteria> 
- 
Method SummaryModifier and TypeMethodDescriptionThe column to be used to sort the list of task runs for the machine learning transform.column(TaskRunSortColumnType column) The column to be used to sort the list of task runs for the machine learning transform.sortDirection(String sortDirection) The sort direction to be used to sort the list of task runs for the machine learning transform.sortDirection(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
columnThe 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:
 
- 
columnThe 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:
 
- 
sortDirectionThe 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:
 
- 
sortDirectionThe 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:
 
 
-