public static interface UpdateBotAliasResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateBotAliasResponse.Builder,UpdateBotAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResponse.Builder |
botAliasId(String botAliasId)
The identifier of the updated bot alias.
|
UpdateBotAliasResponse.Builder |
botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasResponse.Builder |
botAliasName(String botAliasName)
The updated name of the bot alias.
|
UpdateBotAliasResponse.Builder |
botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
botAliasStatus(String botAliasStatus)
The current status of the bot alias.
|
UpdateBotAliasResponse.Builder |
botId(String botId)
The identifier of the bot with the updated alias.
|
UpdateBotAliasResponse.Builder |
botVersion(String botVersion)
The updated version of the bot that the alias points to.
|
default UpdateBotAliasResponse.Builder |
conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
conversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
|
UpdateBotAliasResponse.Builder |
description(String description)
The updated description of the bot alias.
|
UpdateBotAliasResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
default UpdateBotAliasResponse.Builder |
sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasResponse.Builder |
sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
Sets the value of the SentimentAnalysisSettings property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBotAliasResponse.Builder botAliasId(String botAliasId)
The identifier of the updated bot alias.
botAliasId - The identifier of the updated bot alias.UpdateBotAliasResponse.Builder botAliasName(String botAliasName)
The updated name of the bot alias.
botAliasName - The updated name of the bot alias.UpdateBotAliasResponse.Builder description(String description)
The updated description of the bot alias.
description - The updated description of the bot alias.UpdateBotAliasResponse.Builder botVersion(String botVersion)
The updated version of the bot that the alias points to.
botVersion - The updated version of the bot that the alias points to.UpdateBotAliasResponse.Builder botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings)
The updated Lambda functions to use in each locale for the bot alias.
botAliasLocaleSettings - The updated Lambda functions to use in each locale for the bot alias.UpdateBotAliasResponse.Builder conversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
conversationLogSettings - The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.default UpdateBotAliasResponse.Builder conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
This is a convenience that creates an instance of theConversationLogSettings.Builder avoiding the
need to create one manually via ConversationLogSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to conversationLogSettings(ConversationLogSettings).conversationLogSettings - a consumer that will call methods on ConversationLogSettings.BuilderconversationLogSettings(ConversationLogSettings)UpdateBotAliasResponse.Builder sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings)
sentimentAnalysisSettings - The new value for the SentimentAnalysisSettings property for this object.default UpdateBotAliasResponse.Builder sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings)
SentimentAnalysisSettings.Builder avoiding the
need to create one manually via SentimentAnalysisSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to sentimentAnalysisSettings(SentimentAnalysisSettings).sentimentAnalysisSettings - a consumer that will call methods on SentimentAnalysisSettings.BuildersentimentAnalysisSettings(SentimentAnalysisSettings)UpdateBotAliasResponse.Builder botAliasStatus(String botAliasStatus)
The current status of the bot alias. When the status is Available the alias is ready for use.
botAliasStatus - The current status of the bot alias. When the status is Available the alias is ready for
use.BotAliasStatus,
BotAliasStatusUpdateBotAliasResponse.Builder botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias. When the status is Available the alias is ready for use.
botAliasStatus - The current status of the bot alias. When the status is Available the alias is ready for
use.BotAliasStatus,
BotAliasStatusUpdateBotAliasResponse.Builder botId(String botId)
The identifier of the bot with the updated alias.
botId - The identifier of the bot with the updated alias.UpdateBotAliasResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
creationDateTime - A timestamp of the date and time that the bot was created.UpdateBotAliasResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
lastUpdatedDateTime - A timestamp of the date and time that the bot was last updated.Copyright © 2022. All rights reserved.