public static interface LexBotConfig.Builder extends SdkPojo, CopyableBuilder<LexBotConfig.Builder,LexBotConfig>
| Modifier and Type | Method and Description |
|---|---|
default LexBotConfig.Builder |
lexBot(Consumer<LexBot.Builder> lexBot)
Sets the value of the LexBot property for this object.
|
LexBotConfig.Builder |
lexBot(LexBot lexBot)
Sets the value of the LexBot property for this object.
|
default LexBotConfig.Builder |
lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
LexBotConfig.Builder |
lexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLexBotConfig.Builder lexBot(LexBot lexBot)
lexBot - The new value for the LexBot property for this object.default LexBotConfig.Builder lexBot(Consumer<LexBot.Builder> lexBot)
LexBot.Builder avoiding the need to
create one manually via LexBot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to lexBot(LexBot).lexBot - a consumer that will call methods on LexBot.BuilderlexBot(LexBot)LexBotConfig.Builder lexV2Bot(LexV2Bot lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
lexV2Bot - Configuration information of an Amazon Lex V2 bot.default LexBotConfig.Builder lexV2Bot(Consumer<LexV2Bot.Builder> lexV2Bot)
Configuration information of an Amazon Lex V2 bot.
This is a convenience method that creates an instance of theLexV2Bot.Builder avoiding the need to
create one manually via LexV2Bot.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to lexV2Bot(LexV2Bot).lexV2Bot - a consumer that will call methods on LexV2Bot.BuilderlexV2Bot(LexV2Bot)Copyright © 2022. All rights reserved.