Interface CreateBotVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>,LexModelsV2Request.Builder,SdkBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBotVersionRequest
public static interface CreateBotVersionRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<CreateBotVersionRequest.Builder,CreateBotVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBotVersionRequest.BuilderbotId(String botId)The identifier of the bot to create the version for.CreateBotVersionRequest.BuilderbotVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)Specifies the locales that Amazon Lex adds to this version.CreateBotVersionRequest.Builderdescription(String description)A description of the version.CreateBotVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBotVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
CreateBotVersionRequest.Builder botId(String botId)
The identifier of the bot to create the version for.
- Parameters:
botId- The identifier of the bot to create the version for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateBotVersionRequest.Builder description(String description)
A description of the version. Use the description to help identify the version in lists.
- Parameters:
description- A description of the version. Use the description to help identify the version in lists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersionLocaleSpecification
CreateBotVersionRequest.Builder botVersionLocaleSpecification(Map<String,BotVersionLocaleDetails> botVersionLocaleSpecification)
Specifies the locales that Amazon Lex adds to this version. You can choose the
Draftversion 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.- Parameters:
botVersionLocaleSpecification- Specifies the locales that Amazon Lex adds to this version. You can choose theDraftversion 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateBotVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBotVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-