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