public static interface DeleteBotLocaleResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotLocaleResponse.Builder,DeleteBotLocaleResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleResponse.Builder |
botId(String botId)
The identifier of the bot that contained the deleted locale.
|
DeleteBotLocaleResponse.Builder |
botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResponse.Builder |
botLocaleStatus(String botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResponse.Builder |
botVersion(String botVersion)
The version of the bot that contained the deleted locale.
|
DeleteBotLocaleResponse.Builder |
localeId(String localeId)
The language and locale of the deleted locale.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotLocaleResponse.Builder botId(String botId)
The identifier of the bot that contained the deleted locale.
botId - The identifier of the bot that contained the deleted locale.DeleteBotLocaleResponse.Builder botVersion(String botVersion)
The version of the bot that contained the deleted locale.
botVersion - The version of the bot that contained the deleted locale.DeleteBotLocaleResponse.Builder localeId(String localeId)
The language and locale of the deleted locale.
localeId - The language and locale of the deleted locale.DeleteBotLocaleResponse.Builder botLocaleStatus(String botLocaleStatus)
The status of deleting the bot locale. The locale first enters the Deleting status. Once the
locale is deleted it no longer appears in the list of locales for the bot.
botLocaleStatus - The status of deleting the bot locale. The locale first enters the Deleting status. Once
the locale is deleted it no longer appears in the list of locales for the bot.BotLocaleStatus,
BotLocaleStatusDeleteBotLocaleResponse.Builder botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale. The locale first enters the Deleting status. Once the
locale is deleted it no longer appears in the list of locales for the bot.
botLocaleStatus - The status of deleting the bot locale. The locale first enters the Deleting status. Once
the locale is deleted it no longer appears in the list of locales for the bot.BotLocaleStatus,
BotLocaleStatusCopyright © 2021. All rights reserved.