public static interface GetBotAliasResponse.Builder extends LexModelBuildingResponse.Builder, SdkPojo, CopyableBuilder<GetBotAliasResponse.Builder,GetBotAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBotAliasResponse.Builder |
botName(String botName)
The name of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
botVersion(String botVersion)
The version of the bot that the alias points to.
|
GetBotAliasResponse.Builder |
checksum(String checksum)
Checksum of the bot alias.
|
default GetBotAliasResponse.Builder |
conversationLogs(Consumer<ConversationLogsResponse.Builder> conversationLogs)
The settings that determine how Amazon Lex uses conversation logs for the alias.
|
GetBotAliasResponse.Builder |
conversationLogs(ConversationLogsResponse conversationLogs)
The settings that determine how Amazon Lex uses conversation logs for the alias.
|
GetBotAliasResponse.Builder |
createdDate(Instant createdDate)
The date that the bot alias was created.
|
GetBotAliasResponse.Builder |
description(String description)
A description of the bot alias.
|
GetBotAliasResponse.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated.
|
GetBotAliasResponse.Builder |
name(String name)
The name of the bot alias.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBotAliasResponse.Builder name(String name)
The name of the bot alias.
name - The name of the bot alias.GetBotAliasResponse.Builder description(String description)
A description of the bot alias.
description - A description of the bot alias.GetBotAliasResponse.Builder botVersion(String botVersion)
The version of the bot that the alias points to.
botVersion - The version of the bot that the alias points to.GetBotAliasResponse.Builder botName(String botName)
The name of the bot that the alias points to.
botName - The name of the bot that the alias points to.GetBotAliasResponse.Builder lastUpdatedDate(Instant lastUpdatedDate)
The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
lastUpdatedDate - The date that the bot alias was updated. When you create a resource, the creation date and the last
updated date are the same.GetBotAliasResponse.Builder createdDate(Instant createdDate)
The date that the bot alias was created.
createdDate - The date that the bot alias was created.GetBotAliasResponse.Builder checksum(String checksum)
Checksum of the bot alias.
checksum - Checksum of the bot alias.GetBotAliasResponse.Builder conversationLogs(ConversationLogsResponse conversationLogs)
The settings that determine how Amazon Lex uses conversation logs for the alias.
conversationLogs - The settings that determine how Amazon Lex uses conversation logs for the alias.default GetBotAliasResponse.Builder conversationLogs(Consumer<ConversationLogsResponse.Builder> conversationLogs)
The settings that determine how Amazon Lex uses conversation logs for the alias.
This is a convenience method 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 © 2022. All rights reserved.