Uses of Interface
software.amazon.awssdk.services.connect.model.LexBot.Builder
-
Packages that use LexBot.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of LexBot.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return LexBot.Builder Modifier and Type Method Description static LexBot.BuilderLexBot. builder()LexBot.BuilderLexBot.Builder. lexRegion(String lexRegion)The Amazon Web Services Region where the Amazon Lex bot was created.LexBot.BuilderLexBot.Builder. name(String name)The name of the Amazon Lex bot.LexBot.BuilderLexBot. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type LexBot.Builder Modifier and Type Method Description static Class<? extends LexBot.Builder>LexBot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type LexBot.Builder Modifier and Type Method Description default AssociateBotRequest.BuilderAssociateBotRequest.Builder. lexBot(Consumer<LexBot.Builder> lexBot)Sets the value of the LexBot property for this object.default AssociateLexBotRequest.BuilderAssociateLexBotRequest.Builder. lexBot(Consumer<LexBot.Builder> lexBot)The Amazon Lex bot to associate with the instance.default DisassociateBotRequest.BuilderDisassociateBotRequest.Builder. lexBot(Consumer<LexBot.Builder> lexBot)Sets the value of the LexBot property for this object.default LexBotConfig.BuilderLexBotConfig.Builder. lexBot(Consumer<LexBot.Builder> lexBot)Sets the value of the LexBot property for this object.
-