public static interface DeleteBotVersionResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DeleteBotVersionResponse.Builder,DeleteBotVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionResponse.Builder |
botId(String botId)
The identifier of the bot that is being deleted.
|
DeleteBotVersionResponse.Builder |
botStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotVersionResponse.Builder |
botStatus(String botStatus)
The current status of the bot.
|
DeleteBotVersionResponse.Builder |
botVersion(String botVersion)
The version of the bot that is being deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBotVersionResponse.Builder botId(String botId)
The identifier of the bot that is being deleted.
botId - The identifier of the bot that is being deleted.DeleteBotVersionResponse.Builder botVersion(String botVersion)
The version of the bot that is being deleted.
botVersion - The version of the bot that is being deleted.DeleteBotVersionResponse.Builder botStatus(String botStatus)
The current status of the bot.
DeleteBotVersionResponse.Builder botStatus(BotStatus botStatus)
The current status of the bot.
Copyright © 2021. All rights reserved.