| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
IntentSortBy.Builder |
IntentSortBy.Builder.attribute(IntentSortAttribute attribute)
The attribute to use to sort the list of intents.
|
IntentSortBy.Builder |
IntentSortBy.Builder.attribute(String attribute)
The attribute to use to sort the list of intents.
|
static IntentSortBy.Builder |
IntentSortBy.builder() |
IntentSortBy.Builder |
IntentSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
IntentSortBy.Builder |
IntentSortBy.Builder.order(String order)
The order to sort the list.
|
IntentSortBy.Builder |
IntentSortBy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntentSortBy.Builder> |
IntentSortBy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListIntentsRequest.Builder |
ListIntentsRequest.Builder.sortBy(Consumer<IntentSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListIntents operation. |
Copyright © 2021. All rights reserved.