Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LexFlowNodeConfiguration.Builder
-
Packages that use LexFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of LexFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LexFlowNodeConfiguration.Builder Modifier and Type Method Description LexFlowNodeConfiguration.BuilderLexFlowNodeConfiguration.Builder. botAliasArn(String botAliasArn)The Amazon Resource Name (ARN) of the Amazon Lex bot alias to invoke.static LexFlowNodeConfiguration.BuilderLexFlowNodeConfiguration. builder()LexFlowNodeConfiguration.BuilderLexFlowNodeConfiguration.Builder. localeId(String localeId)The Region to invoke the Amazon Lex bot in.LexFlowNodeConfiguration.BuilderLexFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LexFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends LexFlowNodeConfiguration.Builder>LexFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LexFlowNodeConfiguration.Builder Modifier and Type Method Description static 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.
-