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