Interface BuildBotLocaleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>,LexModelsV2Request.Builder,SdkBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BuildBotLocaleRequest
public static interface BuildBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<BuildBotLocaleRequest.Builder,BuildBotLocaleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildBotLocaleRequest.BuilderbotId(String botId)The identifier of the bot to build.BuildBotLocaleRequest.BuilderbotVersion(String botVersion)The version of the bot to build.BuildBotLocaleRequest.BuilderlocaleId(String localeId)The identifier of the language and locale that the bot will be used in.BuildBotLocaleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BuildBotLocaleRequest.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
BuildBotLocaleRequest.Builder botId(String botId)
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
- Parameters:
botId- The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
BuildBotLocaleRequest.Builder botVersion(String botVersion)
The version of the bot to build. This can only be the draft version of the bot.
- Parameters:
botVersion- The version of the bot to build. This can only be the draft version of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
BuildBotLocaleRequest.Builder localeId(String localeId)
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
- Parameters:
localeId- The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BuildBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BuildBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-