public static interface DeleteBotResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotResponse.Builder,DeleteBotResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotResponse.Builder |
botId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
|
DeleteBotResponse.Builder |
botStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotResponse.Builder |
botStatus(String botStatus)
The current status of the bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotResponse.Builder botId(String botId)
The unique identifier of the bot that Amazon Lex is deleting.
botId - The unique identifier of the bot that Amazon Lex is deleting.DeleteBotResponse.Builder botStatus(String botStatus)
The current status of the bot. The status is Deleting while the bot and its associated resources
are being deleted.
DeleteBotResponse.Builder botStatus(BotStatus botStatus)
The current status of the bot. The status is Deleting while the bot and its associated resources
are being deleted.
Copyright © 2022. All rights reserved.