public static interface Configuration.Builder extends SdkPojo, CopyableBuilder<Configuration.Builder,Configuration>
| Modifier and Type | Method and Description |
|---|---|
default Configuration.Builder |
lex(Consumer<LexConfiguration.Builder> lex)
The configuration for an Amazon Lex V2 bot.
|
Configuration.Builder |
lex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfiguration.Builder lex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
lex - The configuration for an Amazon Lex V2 bot.default Configuration.Builder lex(Consumer<LexConfiguration.Builder> lex)
The configuration for an Amazon Lex V2 bot.
This is a convenience method that creates an instance of theLexConfiguration.Builder avoiding the
need to create one manually via LexConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lex(LexConfiguration).
lex - a consumer that will call methods on LexConfiguration.Builderlex(LexConfiguration)Copyright © 2023. All rights reserved.