UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botId(String botId) |
The unique identifier of the bot that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botMembers(Collection<BotMember> botMembers) |
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botMembers(Consumer<BotMember.Builder>... botMembers) |
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botMembers(BotMember... botMembers) |
The list of bot members in the network that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botName(String botName) |
The name of the bot after the update.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botStatus(String botStatus) |
Shows the current status of the bot.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botStatus(BotStatus botStatus) |
Shows the current status of the bot.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botType(String botType) |
The type of the bot that was updated.
|
UpdateBotResponse.Builder |
UpdateBotResponse.Builder.botType(BotType botType) |
The type of the bot that was updated.
|
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() |
|