Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotVersionRequest.Builder
-
Packages that use CreateBotVersionRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CreateBotVersionRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type CreateBotVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBotVersionResponse>LexModelsV2AsyncClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates an immutable version of the bot.default CreateBotVersionResponseLexModelsV2Client. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates an immutable version of the bot. -
Uses of CreateBotVersionRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CreateBotVersionRequest.Builder Modifier and Type Method Description CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. botId(String botId)The identifier of the bot to create the version for.CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)Specifies the locales that Amazon Lex adds to this version.static CreateBotVersionRequest.BuilderCreateBotVersionRequest. builder()CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. description(String description)A description of the version.CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBotVersionRequest.BuilderCreateBotVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CreateBotVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateBotVersionRequest.Builder>CreateBotVersionRequest. serializableBuilderClass()
-