public static interface BotAliasMetadata.Builder extends SdkPojo, CopyableBuilder<BotAliasMetadata.Builder,BotAliasMetadata>
| Modifier and Type | Method and Description |
|---|---|
BotAliasMetadata.Builder |
botName(String botName)
The name of the bot to which the alias points.
|
BotAliasMetadata.Builder |
botVersion(String botVersion)
The version of the Amazon Lex bot to which the alias points.
|
BotAliasMetadata.Builder |
checksum(String checksum)
Checksum of the bot alias.
|
default BotAliasMetadata.Builder |
conversationLogs(Consumer<ConversationLogsResponse.Builder> conversationLogs)
Settings that determine how Amazon Lex uses conversation logs for the alias.
|
BotAliasMetadata.Builder |
conversationLogs(ConversationLogsResponse conversationLogs)
Settings that determine how Amazon Lex uses conversation logs for the alias.
|
BotAliasMetadata.Builder |
createdDate(Instant createdDate)
The date that the bot alias was created.
|
BotAliasMetadata.Builder |
description(String description)
A description of the bot alias.
|
BotAliasMetadata.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated.
|
BotAliasMetadata.Builder |
name(String name)
The name of the bot alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotAliasMetadata.Builder name(String name)
The name of the bot alias.
name - The name of the bot alias.BotAliasMetadata.Builder description(String description)
A description of the bot alias.
description - A description of the bot alias.BotAliasMetadata.Builder botVersion(String botVersion)
The version of the Amazon Lex bot to which the alias points.
botVersion - The version of the Amazon Lex bot to which the alias points.BotAliasMetadata.Builder botName(String botName)
The name of the bot to which the alias points.
botName - The name of the bot to which the alias points.BotAliasMetadata.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the creation date and last
updated date are the same.BotAliasMetadata.Builder createdDate(Instant createdDate)
The date that the bot alias was created.
createdDate - The date that the bot alias was created.BotAliasMetadata.Builder checksum(String checksum)
Checksum of the bot alias.
checksum - Checksum of the bot alias.BotAliasMetadata.Builder conversationLogs(ConversationLogsResponse conversationLogs)
Settings that determine how Amazon Lex uses conversation logs for the alias.
conversationLogs - Settings that determine how Amazon Lex uses conversation logs for the alias.default BotAliasMetadata.Builder conversationLogs(Consumer<ConversationLogsResponse.Builder> conversationLogs)
Settings that determine how Amazon Lex uses conversation logs for the alias.
This is a convenience that creates an instance of theConversationLogsResponse.Builder avoiding the
need to create one manually via ConversationLogsResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to conversationLogs(ConversationLogsResponse).conversationLogs - a consumer that will call methods on ConversationLogsResponse.BuilderconversationLogs(ConversationLogsResponse)Copyright © 2021. All rights reserved.