| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botId(String botId)
The unique identifier of the bot that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botName(String botName)
The name of the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botStatus(BotStatus botStatus)
Shows the current status of the bot.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botStatus(String botStatus)
Shows the current status of the bot.
|
static UpdateBotResponse.Builder |
UpdateBotResponse.builder() |
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot was created.
|
default UpdateBotResponse.Builder |
UpdateBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy)
The data privacy settings for the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.description(String description)
The description of the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds)
The session timeout, in seconds, for the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot was last updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBotResponse.Builder> |
UpdateBotResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.