Interface TransformSortCriteria.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransformSortCriteria.Builder,
,TransformSortCriteria> SdkBuilder<TransformSortCriteria.Builder,
,TransformSortCriteria> SdkPojo
- Enclosing class:
TransformSortCriteria
@Mutable
@NotThreadSafe
public static interface TransformSortCriteria.Builder
extends SdkPojo, CopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>
-
Method Summary
Modifier and TypeMethodDescriptionThe column to be used in the sorting criteria that are associated with the machine learning transform.column
(TransformSortColumnType column) The column to be used in the sorting criteria that are associated with the machine learning transform.sortDirection
(String sortDirection) The sort direction to be used in the sorting criteria that are associated with the machine learning transform.sortDirection
(SortDirectionType sortDirection) The sort direction to be used in the sorting criteria that are associated with 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, sdkFieldNameToField, sdkFields
-
Method Details
-
column
The column to be used in the sorting criteria that are associated with the machine learning transform.
- Parameters:
column
- The column to be used in the sorting criteria that are associated with 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 in the sorting criteria that are associated with the machine learning transform.
- Parameters:
column
- The column to be used in the sorting criteria that are associated with the machine learning transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortDirection
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
- Parameters:
sortDirection
- The sort direction to be used in the sorting criteria that are associated with the machine learning transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortDirection
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
- Parameters:
sortDirection
- The sort direction to be used in the sorting criteria that are associated with the machine learning transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-