| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.botId(String botId)
The identifier of the bot that contained the deleted locale.
|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.botLocaleStatus(BotLocaleStatus botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.botLocaleStatus(String botLocaleStatus)
The status of deleting the bot locale.
|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.botVersion(String botVersion)
The version of the bot that contained the deleted locale.
|
static DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.builder() |
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.Builder.localeId(String localeId)
The language and locale of the deleted locale.
|
DeleteBotLocaleResponse.Builder |
DeleteBotLocaleResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteBotLocaleResponse.Builder> |
DeleteBotLocaleResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.