CreateBotRequest.Builder |
CreateBotRequest.Builder.botMembers(Collection<BotMember> botMembers) |
The list of bot members in a network to be created.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botMembers(Consumer<BotMember.Builder>... botMembers) |
The list of bot members in a network to be created.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botMembers(BotMember... botMembers) |
The list of bot members in a network to be created.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botName(String botName) |
The name of the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botTags(Map<String,String> botTags) |
A list of tags to add to the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botType(String botType) |
The type of a bot to create.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.botType(BotType botType) |
The type of a bot to create.
|
static CreateBotRequest.Builder |
CreateBotRequest.builder() |
|
default CreateBotRequest.Builder |
CreateBotRequest.Builder.dataPrivacy(Consumer<DataPrivacy.Builder> dataPrivacy) |
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.dataPrivacy(DataPrivacy dataPrivacy) |
Provides information on additional privacy protections Amazon Lex should use with the bot's data.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.description(String description) |
A description of the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that has permission to access the bot.
|
CreateBotRequest.Builder |
CreateBotRequest.Builder.testBotAliasTags(Map<String,String> testBotAliasTags) |
A list of tags to add to the test alias for a bot.
|
CreateBotRequest.Builder |
CreateBotRequest.toBuilder() |
|