| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSortBy.Builder |
ExportSortBy.Builder.attribute(ExportSortAttribute attribute)
The export field to use for sorting.
|
ExportSortBy.Builder |
ExportSortBy.Builder.attribute(String attribute)
The export field to use for sorting.
|
static ExportSortBy.Builder |
ExportSortBy.builder() |
ExportSortBy.Builder |
ExportSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
ExportSortBy.Builder |
ExportSortBy.Builder.order(String order)
The order to sort the list.
|
ExportSortBy.Builder |
ExportSortBy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportSortBy.Builder> |
ExportSortBy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListExportsRequest.Builder |
ListExportsRequest.Builder.sortBy(Consumer<ExportSortBy.Builder> sortBy)
Determines the field that the list of exports is sorted by.
|
Copyright © 2021. All rights reserved.