UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasId(String botAliasId) |
The identifier of the updated bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings) |
The updated Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasName(String botAliasName) |
The updated name of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasStatus(String botAliasStatus) |
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus) |
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botId(String botId) |
The identifier of the bot with the updated alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botVersion(String botVersion) |
The updated version of the bot that the alias points to.
|
static UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.builder() |
|
default UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings) |
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings) |
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp of the date and time that the bot was created.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.description(String description) |
The updated description of the bot alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
A timestamp of the date and time that the bot was last updated.
|
default UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.toBuilder() |
|