| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotSortBy.Builder |
BotSortBy.Builder.attribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
|
BotSortBy.Builder |
BotSortBy.Builder.attribute(String attribute)
The attribute to use to sort the list of bots.
|
static BotSortBy.Builder |
BotSortBy.builder() |
BotSortBy.Builder |
BotSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BotSortBy.Builder |
BotSortBy.Builder.order(String order)
The order to sort the list.
|
BotSortBy.Builder |
BotSortBy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BotSortBy.Builder> |
BotSortBy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListBotsRequest.Builder |
ListBotsRequest.Builder.sortBy(Consumer<BotSortBy.Builder> sortBy)
Specifies sorting parameters for the list of bots.
|
Copyright © 2023. All rights reserved.