| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotVersionResponse> |
LexModelBuildingAsyncClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
default CreateBotVersionResponse |
LexModelBuildingClient.createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)
Creates a new version of the bot based on the
$LATEST version. |
| Modifier and Type | Method and Description |
|---|---|
static CreateBotVersionRequest.Builder |
CreateBotVersionRequest.builder() |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.checksum(String checksum)
Identifies a specific revision of the
$LATEST version of the bot. |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.name(String name)
The name of the bot that you want to create a new version of.
|
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBotVersionRequest.Builder |
CreateBotVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBotVersionRequest.Builder> |
CreateBotVersionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.