Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.BotVersionReplicaSortBy.Builder
-
Packages that use BotVersionReplicaSortBy.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotVersionReplicaSortBy.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotVersionReplicaSortBy.Builder Modifier and Type Method Description BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy.Builder. attribute(String attribute)The attribute of the sort category for the version replicated bots.BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy.Builder. attribute(BotVersionReplicaSortAttribute attribute)The attribute of the sort category for the version replicated bots.static BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy. builder()BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy.Builder. order(String order)The order of the sort category for the version replicated bots.BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy.Builder. order(SortOrder order)The order of the sort category for the version replicated bots.BotVersionReplicaSortBy.BuilderBotVersionReplicaSortBy. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotVersionReplicaSortBy.Builder Modifier and Type Method Description static Class<? extends BotVersionReplicaSortBy.Builder>BotVersionReplicaSortBy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotVersionReplicaSortBy.Builder Modifier and Type Method Description default ListBotVersionReplicasRequest.BuilderListBotVersionReplicasRequest.Builder. sortBy(Consumer<BotVersionReplicaSortBy.Builder> sortBy)The requested sort category for the list of replicated bots.
-