public static interface BotAliasSummary.Builder extends SdkPojo, CopyableBuilder<BotAliasSummary.Builder,BotAliasSummary>
| Modifier and Type | Method and Description |
|---|---|
BotAliasSummary.Builder |
botAliasId(String botAliasId)
The unique identifier assigned to the bot alias.
|
BotAliasSummary.Builder |
botAliasName(String botAliasName)
The name of the bot alias.
|
BotAliasSummary.Builder |
botAliasStatus(BotAliasStatus botAliasStatus)
The current state of the bot alias.
|
BotAliasSummary.Builder |
botAliasStatus(String botAliasStatus)
The current state of the bot alias.
|
BotAliasSummary.Builder |
botVersion(String botVersion)
The version of the bot that the bot alias references.
|
BotAliasSummary.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot alias was created.
|
BotAliasSummary.Builder |
description(String description)
The description of the bot alias.
|
BotAliasSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot alias was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotAliasSummary.Builder botAliasId(String botAliasId)
The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the DescribeBotAlias operation.
botAliasId - The unique identifier assigned to the bot alias. You can use this ID to get detailed information about
the alias using the DescribeBotAlias
operation.BotAliasSummary.Builder botAliasName(String botAliasName)
The name of the bot alias.
botAliasName - The name of the bot alias.BotAliasSummary.Builder description(String description)
The description of the bot alias.
description - The description of the bot alias.BotAliasSummary.Builder botVersion(String botVersion)
The version of the bot that the bot alias references.
botVersion - The version of the bot that the bot alias references.BotAliasSummary.Builder botAliasStatus(String botAliasStatus)
The current state of the bot alias. If the status is Available, the alias is ready for use.
botAliasStatus - The current state of the bot alias. If the status is Available, the alias is ready for
use.BotAliasStatus,
BotAliasStatusBotAliasSummary.Builder botAliasStatus(BotAliasStatus botAliasStatus)
The current state of the bot alias. If the status is Available, the alias is ready for use.
botAliasStatus - The current state of the bot alias. If the status is Available, the alias is ready for
use.BotAliasStatus,
BotAliasStatusBotAliasSummary.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot alias was created.
creationDateTime - A timestamp of the date and time that the bot alias was created.BotAliasSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot alias was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot alias was last updated.Copyright © 2023. All rights reserved.