Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LexFlowNodeConfiguration.Builder
Packages that use LexFlowNodeConfiguration.Builder
-
Uses of LexFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LexFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionLexFlowNodeConfiguration.Builder.botAliasArn(String botAliasArn) The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.LexFlowNodeConfiguration.builder()The Region to invoke the Amazon Lex bot in.LexFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LexFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LexFlowNodeConfiguration.Builder>LexFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LexFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic FlowNodeConfigurationFlowNodeConfiguration.fromLex(Consumer<LexFlowNodeConfiguration.Builder> lex) Create an instance of this class withFlowNodeConfiguration.lex()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder.lex(Consumer<LexFlowNodeConfiguration.Builder> lex) Contains configurations for a Lex node in your flow.