UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.botAliasId(String botAliasId) |
The unique identifier of the bot alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.botAliasLocaleSettings(Map<String,BotAliasLocaleSettings> botAliasLocaleSettings) |
The new Lambda functions to use in each locale for the bot alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.botAliasName(String botAliasName) |
The new name to assign to the bot alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.botId(String botId) |
The identifier of the bot with the updated alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.botVersion(String botVersion) |
The new bot version to assign to the bot alias.
|
static UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.builder() |
|
default UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.conversationLogSettings(Consumer<ConversationLogSettings.Builder> conversationLogSettings) |
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings) |
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.description(String description) |
The new description to assign to the bot alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.sentimentAnalysisSettings(Consumer<SentimentAnalysisSettings.Builder> sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.sentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) |
Sets the value of the SentimentAnalysisSettings property for this object.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.toBuilder() |
|