public static interface DeleteBotLocaleRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DeleteBotLocaleRequest.Builder,DeleteBotLocaleRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the locale.
|
DeleteBotLocaleRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the locale.
|
DeleteBotLocaleRequest.Builder |
localeId(String localeId)
The identifier of the language and locale that will be deleted.
|
DeleteBotLocaleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteBotLocaleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotLocaleRequest.Builder botId(String botId)
The unique identifier of the bot that contains the locale.
botId - The unique identifier of the bot that contains the locale.DeleteBotLocaleRequest.Builder botVersion(String botVersion)
The version of the bot that contains the locale.
botVersion - The version of the bot that contains the locale.DeleteBotLocaleRequest.Builder localeId(String localeId)
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
localeId - The identifier of the language and locale that will be deleted. The string must match one of the
supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.DeleteBotLocaleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteBotLocaleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.