Interface TransformSortCriteria.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>,SdkBuilder<TransformSortCriteria.Builder,TransformSortCriteria>,SdkPojo
- Enclosing class:
- TransformSortCriteria
public static interface TransformSortCriteria.Builder extends SdkPojo, CopyableBuilder<TransformSortCriteria.Builder,TransformSortCriteria>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformSortCriteria.Buildercolumn(String column)The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.Buildercolumn(TransformSortColumnType column)The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuildersortDirection(String sortDirection)The sort direction to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuildersortDirection(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 Detail
-
column
TransformSortCriteria.Builder column(String 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:
TransformSortColumnType,TransformSortColumnType
-
column
TransformSortCriteria.Builder column(TransformSortColumnType 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:
TransformSortColumnType,TransformSortColumnType
-
sortDirection
TransformSortCriteria.Builder sortDirection(String 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:
SortDirectionType,SortDirectionType
-
sortDirection
TransformSortCriteria.Builder sortDirection(SortDirectionType 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:
SortDirectionType,SortDirectionType
-
-