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