Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.CreateBotVersionRequest.Builder
-
Packages that use CreateBotVersionRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of CreateBotVersionRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type CreateBotVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBotVersionResponse>LexModelBuildingAsyncClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion.default CreateBotVersionResponseLexModelBuildingClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion. -
Uses of CreateBotVersionRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return CreateBotVersionRequest.Builder Modifier and Type Method Description static CreateBotVersionRequest.BuilderCreateBotVersionRequest. builder()CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. checksum(String checksum)Identifies a specific revision of the$LATESTversion of the bot.CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. name(String name)The name of the bot that you want to create a new version of.CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBotVersionRequest.BuilderCreateBotVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBotVersionRequest.BuilderCreateBotVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type CreateBotVersionRequest.Builder Modifier and Type Method Description static Class<? extends CreateBotVersionRequest.Builder>CreateBotVersionRequest. serializableBuilderClass()
-