| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSortBy.Builder |
TestExecutionSortBy.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.Builder |
TestExecutionSortBy.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.Builder |
TestExecutionSortBy.builder() |
TestExecutionSortBy.Builder |
TestExecutionSortBy.Builder.order(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy.Builder |
TestExecutionSortBy.Builder.order(String order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy.Builder |
TestExecutionSortBy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestExecutionSortBy.Builder> |
TestExecutionSortBy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListTestExecutionsRequest.Builder |
ListTestExecutionsRequest.Builder.sortBy(Consumer<TestExecutionSortBy.Builder> sortBy)
The sort order of the test set executions.
|
Copyright © 2023. All rights reserved.