BotVersionSummary.Builder |
BotVersionSummary.Builder.botName(String botName) |
The name of the bot associated with the version.
|
BotVersionSummary.Builder |
BotVersionSummary.Builder.botStatus(String botStatus) |
The status of the bot.
|
BotVersionSummary.Builder |
BotVersionSummary.Builder.botStatus(BotStatus botStatus) |
The status of the bot.
|
BotVersionSummary.Builder |
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..
|
static BotVersionSummary.Builder |
BotVersionSummary.builder() |
|
BotVersionSummary.Builder |
BotVersionSummary.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the version was created.
|
BotVersionSummary.Builder |
BotVersionSummary.Builder.description(String description) |
The description of the version.
|
BotVersionSummary.Builder |
BotVersionSummary.toBuilder() |
|