public static interface DescribeBotResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeBotResponse.Builder,DescribeBotResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeBotResponse.Builder |
botId(String botId)
The unique identifier of the bot.
|
DescribeBotResponse.Builder |
botName(String botName)
The name of the bot.
|
DescribeBotResponse.Builder |
botStatus(BotStatus botStatus)
The current status of the bot.
|
DescribeBotResponse.Builder |
botStatus(String botStatus)
The current status of the bot.
|
DescribeBotResponse.Builder |
creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
|
default DescribeBotResponse.Builder |
dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
DescribeBotResponse.Builder |
dataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
|
DescribeBotResponse.Builder |
description(String description)
The description of the bot.
|
DescribeBotResponse.Builder |
idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
|
DescribeBotResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
DescribeBotResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBotResponse.Builder botId(String botId)
The unique identifier of the bot.
botId - The unique identifier of the bot.DescribeBotResponse.Builder botName(String botName)
The name of the bot.
botName - The name of the bot.DescribeBotResponse.Builder description(String description)
The description of the bot.
description - The description of the bot.DescribeBotResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
roleArn - The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.DescribeBotResponse.Builder dataPrivacy(DataPrivacy dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
dataPrivacy - Settings for managing data privacy of the bot and its conversations with users.default DescribeBotResponse.Builder dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
Settings for managing data privacy of the bot and its conversations with users.
This is a convenience method that creates an instance of theDataPrivacy.Builder avoiding the need to
create one manually via DataPrivacy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataPrivacy(DataPrivacy).
dataPrivacy - a consumer that will call methods on DataPrivacy.BuilderdataPrivacy(DataPrivacy)DescribeBotResponse.Builder idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.
idleSessionTTLInSeconds - The maximum time in seconds that Amazon Lex retains the data gathered in a conversation.DescribeBotResponse.Builder botStatus(String botStatus)
The current status of the bot. When the status is Available the bot is ready to be used in
conversations with users.
DescribeBotResponse.Builder botStatus(BotStatus botStatus)
The current status of the bot. When the status is Available the bot is ready to be used in
conversations with users.
DescribeBotResponse.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.DescribeBotResponse.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.