Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestSetSortBy.Builder
-
Packages that use TestSetSortBy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetSortBy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetSortBy.Builder Modifier and Type Method Description TestSetSortBy.BuilderTestSetSortBy.Builder. attribute(String attribute)Specifies whether to sort the test sets by name or by the time they were last updated.TestSetSortBy.BuilderTestSetSortBy.Builder. attribute(TestSetSortAttribute attribute)Specifies whether to sort the test sets by name or by the time they were last updated.static TestSetSortBy.BuilderTestSetSortBy. builder()TestSetSortBy.BuilderTestSetSortBy.Builder. order(String order)Specifies whether to sort in ascending or descending order.TestSetSortBy.BuilderTestSetSortBy.Builder. order(SortOrder order)Specifies whether to sort in ascending or descending order.TestSetSortBy.BuilderTestSetSortBy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetSortBy.Builder Modifier and Type Method Description static Class<? extends TestSetSortBy.Builder>TestSetSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetSortBy.Builder Modifier and Type Method Description default ListTestSetsRequest.BuilderListTestSetsRequest.Builder. sortBy(Consumer<TestSetSortBy.Builder> sortBy)The sort order for the list of test sets.
-