Uses of Interface
software.amazon.awssdk.services.glue.model.TransformSortCriteria.Builder
-
Packages that use TransformSortCriteria.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TransformSortCriteria.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TransformSortCriteria.Builder Modifier and Type Method Description static TransformSortCriteria.BuilderTransformSortCriteria. builder()TransformSortCriteria.BuilderTransformSortCriteria.Builder. column(String column)The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuilderTransformSortCriteria.Builder. column(TransformSortColumnType column)The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuilderTransformSortCriteria.Builder. sortDirection(String sortDirection)The sort direction to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuilderTransformSortCriteria.Builder. sortDirection(SortDirectionType sortDirection)The sort direction to be used in the sorting criteria that are associated with the machine learning transform.TransformSortCriteria.BuilderTransformSortCriteria. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TransformSortCriteria.Builder Modifier and Type Method Description static Class<? extends TransformSortCriteria.Builder>TransformSortCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TransformSortCriteria.Builder Modifier and Type Method Description default GetMlTransformsRequest.BuilderGetMlTransformsRequest.Builder. sort(Consumer<TransformSortCriteria.Builder> sort)The sorting criteria.default ListMlTransformsRequest.BuilderListMlTransformsRequest.Builder. sort(Consumer<TransformSortCriteria.Builder> sort)ATransformSortCriteriaused to sort the machine learning transforms.
-