public static interface BotVersionSummary.Builder extends SdkPojo, CopyableBuilder<BotVersionSummary.Builder,BotVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
BotVersionSummary.Builder |
botName(String botName)
The name of the bot associated with the version.
|
BotVersionSummary.Builder |
botStatus(BotStatus botStatus)
The status of the bot.
|
BotVersionSummary.Builder |
botStatus(String botStatus)
The status of the bot.
|
BotVersionSummary.Builder |
botVersion(String botVersion)
The numeric version of the bot, or
DRAFT to indicate that this is the version of the bot that
can be updated.. |
BotVersionSummary.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the version was created.
|
BotVersionSummary.Builder |
description(String description)
The description of the version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotVersionSummary.Builder botName(String botName)
The name of the bot associated with the version.
botName - The name of the bot associated with the version.BotVersionSummary.Builder botVersion(String botVersion)
The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that
can be updated..
botVersion - The numeric version of the bot, or DRAFT to indicate that this is the version of the bot
that can be updated..BotVersionSummary.Builder description(String description)
The description of the version.
description - The description of the version.BotVersionSummary.Builder botStatus(String botStatus)
The status of the bot. When the status is available, the version of the bot is ready for use.
BotVersionSummary.Builder botStatus(BotStatus botStatus)
The status of the bot. When the status is available, the version of the bot is ready for use.
BotVersionSummary.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the version was created.
creationDateTime - A timestamp of the date and time that the version was created.Copyright © 2023. All rights reserved.