| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSortBy.Builder |
BotLocaleSortBy.Builder.attribute(BotLocaleSortAttribute attribute)
The bot locale attribute to sort by.
|
BotLocaleSortBy.Builder |
BotLocaleSortBy.Builder.attribute(String attribute)
The bot locale attribute to sort by.
|
static BotLocaleSortBy.Builder |
BotLocaleSortBy.builder() |
BotLocaleSortBy.Builder |
BotLocaleSortBy.Builder.order(SortOrder order)
Specifies whether to sort the bot locales in ascending or descending order.
|
BotLocaleSortBy.Builder |
BotLocaleSortBy.Builder.order(String order)
Specifies whether to sort the bot locales in ascending or descending order.
|
BotLocaleSortBy.Builder |
BotLocaleSortBy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotLocaleSortBy.Builder> |
BotLocaleSortBy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListBotLocalesRequest.Builder |
ListBotLocalesRequest.Builder.sortBy(Consumer<BotLocaleSortBy.Builder> sortBy)
Specifies sorting parameters for the list of locales.
|
Copyright © 2023. All rights reserved.