CreateBotResponse.Builder |
CreateBotResponse.Builder.botId(String botId) |
A unique identifier for a particular bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botMembers(Collection<BotMember> botMembers) |
The list of bots in a network that was created.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botMembers(Consumer<BotMember.Builder>... botMembers) |
The list of bots in a network that was created.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botMembers(BotMember... botMembers) |
The list of bots in a network that was created.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botName(String botName) |
The name specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botStatus(String botStatus) |
Shows the current status of the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botStatus(BotStatus botStatus) |
Shows the current status of the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botTags(Map<String,String> botTags) |
A list of tags associated with the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botType(String botType) |
The type of a bot that was created.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.botType(BotType botType) |
The type of a bot that was created.
|
static CreateBotResponse.Builder |
CreateBotResponse.builder() |
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.creationDateTime(Instant creationDateTime) |
A timestamp indicating the date and time that the bot was created.
|
default CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy) |
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.dataPrivacy(DataPrivacy dataPrivacy) |
The data privacy settings specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.description(String description) |
The description specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The session idle time specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.roleArn(String roleArn) |
The IAM role specified for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.Builder.testBotAliasTags(Map<String,String> testBotAliasTags) |
A list of tags associated with the test alias for the bot.
|
CreateBotResponse.Builder |
CreateBotResponse.toBuilder() |
|