Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionSortBy.Builder
-
Packages that use TestExecutionSortBy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestExecutionSortBy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestExecutionSortBy.Builder Modifier and Type Method Description TestExecutionSortBy.BuilderTestExecutionSortBy.Builder. attribute(String attribute)Specifies whether to sort the test set executions by the date and time at which the test sets were created.TestExecutionSortBy.BuilderTestExecutionSortBy.Builder. attribute(TestExecutionSortAttribute attribute)Specifies whether to sort the test set executions by the date and time at which the test sets were created.static TestExecutionSortBy.BuilderTestExecutionSortBy. builder()TestExecutionSortBy.BuilderTestExecutionSortBy.Builder. order(String order)Specifies whether to sort in ascending or descending order.TestExecutionSortBy.BuilderTestExecutionSortBy.Builder. order(SortOrder order)Specifies whether to sort in ascending or descending order.TestExecutionSortBy.BuilderTestExecutionSortBy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestExecutionSortBy.Builder Modifier and Type Method Description static Class<? extends TestExecutionSortBy.Builder>TestExecutionSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestExecutionSortBy.Builder Modifier and Type Method Description default ListTestExecutionsRequest.BuilderListTestExecutionsRequest.Builder. sortBy(Consumer<TestExecutionSortBy.Builder> sortBy)The sort order of the test set executions.
-