Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BotVersionSortBy.Builder
-
Packages that use BotVersionSortBy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotVersionSortBy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotVersionSortBy.Builder Modifier and Type Method Description BotVersionSortBy.BuilderBotVersionSortBy.Builder. attribute(String attribute)The attribute to use to sort the list of versions.BotVersionSortBy.BuilderBotVersionSortBy.Builder. attribute(BotVersionSortAttribute attribute)The attribute to use to sort the list of versions.static BotVersionSortBy.BuilderBotVersionSortBy. builder()BotVersionSortBy.BuilderBotVersionSortBy.Builder. order(String order)The order to sort the list.BotVersionSortBy.BuilderBotVersionSortBy.Builder. order(SortOrder order)The order to sort the list.BotVersionSortBy.BuilderBotVersionSortBy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotVersionSortBy.Builder Modifier and Type Method Description static Class<? extends BotVersionSortBy.Builder>BotVersionSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotVersionSortBy.Builder Modifier and Type Method Description default ListBotVersionsRequest.BuilderListBotVersionsRequest.Builder. sortBy(Consumer<BotVersionSortBy.Builder> sortBy)Specifies sorting parameters for the list of versions.
-