public static interface CreateBotVersionRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBotVersionRequest.Builder |
botId(String botId)
The identifier of the bot to create the version for.
|
CreateBotVersionRequest.Builder |
botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version.
|
CreateBotVersionRequest.Builder |
description(String description)
A description of the version.
|
CreateBotVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBotVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBotVersionRequest.Builder botId(String botId)
The identifier of the bot to create the version for.
botId - The identifier of the bot to create the version for.CreateBotVersionRequest.Builder description(String description)
A description of the version. Use the description to help identify the version in lists.
description - A description of the version. Use the description to help identify the version in lists.CreateBotVersionRequest.Builder botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or
any other previously published version for each locale. When you specify a source version, the locale data is
copied from the source version to the new version.
botVersionLocaleSpecification - Specifies the locales that Amazon Lex adds to this version. You can choose the Draft
version or any other previously published version for each locale. When you specify a source version,
the locale data is copied from the source version to the new version.CreateBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.