public static interface DescribeBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeBotLocaleRequest.Builder,DescribeBotLocaleRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotLocaleRequest.Builder |
botId(String botId)
The identifier of the bot associated with the locale.
|
DescribeBotLocaleRequest.Builder |
botVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
|
DescribeBotLocaleRequest.Builder |
localeId(String localeId)
The unique identifier of the locale to describe.
|
DescribeBotLocaleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeBotLocaleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBotLocaleRequest.Builder botId(String botId)
The identifier of the bot associated with the locale.
botId - The identifier of the bot associated with the locale.DescribeBotLocaleRequest.Builder botVersion(String botVersion)
The identifier of the version of the bot associated with the locale.
botVersion - The identifier of the version of the bot associated with the locale.DescribeBotLocaleRequest.Builder localeId(String localeId)
The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The unique identifier of the locale to describe. The string must match one of the supported locales.
For more information, see Supported languages.DescribeBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.