Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeConfiguration
Packages that use FlowNodeConfiguration
-
Uses of FlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowNodeConfigurationModifier and TypeMethodDescriptionfinal FlowNodeConfigurationFlowNode.configuration()Contains configurations for the node.static FlowNodeConfigurationFlowNodeConfiguration.fromAgent(Consumer<AgentFlowNodeConfiguration.Builder> agent) Create an instance of this class withagent()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromAgent(AgentFlowNodeConfiguration agent) Create an instance of this class withagent()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromCollector(Consumer<CollectorFlowNodeConfiguration.Builder> collector) Create an instance of this class withcollector()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromCollector(CollectorFlowNodeConfiguration collector) Create an instance of this class withcollector()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromCondition(Consumer<ConditionFlowNodeConfiguration.Builder> condition) Create an instance of this class withcondition()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromCondition(ConditionFlowNodeConfiguration condition) Create an instance of this class withcondition()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromInlineCode(Consumer<InlineCodeFlowNodeConfiguration.Builder> inlineCode) Create an instance of this class withinlineCode()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromInlineCode(InlineCodeFlowNodeConfiguration inlineCode) Create an instance of this class withinlineCode()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromInput(Consumer<InputFlowNodeConfiguration.Builder> input) Create an instance of this class withinput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromInput(InputFlowNodeConfiguration input) Create an instance of this class withinput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromIterator(Consumer<IteratorFlowNodeConfiguration.Builder> iterator) Create an instance of this class withiterator()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromIterator(IteratorFlowNodeConfiguration iterator) Create an instance of this class withiterator()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromKnowledgeBase(Consumer<KnowledgeBaseFlowNodeConfiguration.Builder> knowledgeBase) Create an instance of this class withknowledgeBase()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromKnowledgeBase(KnowledgeBaseFlowNodeConfiguration knowledgeBase) Create an instance of this class withknowledgeBase()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLambdaFunction(Consumer<LambdaFunctionFlowNodeConfiguration.Builder> lambdaFunction) Create an instance of this class withlambdaFunction()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLambdaFunction(LambdaFunctionFlowNodeConfiguration lambdaFunction) Create an instance of this class withlambdaFunction()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLex(Consumer<LexFlowNodeConfiguration.Builder> lex) Create an instance of this class withlex()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLex(LexFlowNodeConfiguration lex) Create an instance of this class withlex()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoop(Consumer<LoopFlowNodeConfiguration.Builder> loop) Create an instance of this class withloop()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoop(LoopFlowNodeConfiguration loop) Create an instance of this class withloop()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoopController(Consumer<LoopControllerFlowNodeConfiguration.Builder> loopController) Create an instance of this class withloopController()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoopController(LoopControllerFlowNodeConfiguration loopController) Create an instance of this class withloopController()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoopInput(Consumer<LoopInputFlowNodeConfiguration.Builder> loopInput) Create an instance of this class withloopInput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromLoopInput(LoopInputFlowNodeConfiguration loopInput) Create an instance of this class withloopInput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromOutput(Consumer<OutputFlowNodeConfiguration.Builder> output) Create an instance of this class withoutput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromOutput(OutputFlowNodeConfiguration output) Create an instance of this class withoutput()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromPrompt(Consumer<PromptFlowNodeConfiguration.Builder> prompt) Create an instance of this class withprompt()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromPrompt(PromptFlowNodeConfiguration prompt) Create an instance of this class withprompt()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromRetrieval(Consumer<RetrievalFlowNodeConfiguration.Builder> retrieval) Create an instance of this class withretrieval()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromRetrieval(RetrievalFlowNodeConfiguration retrieval) Create an instance of this class withretrieval()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromStorage(Consumer<StorageFlowNodeConfiguration.Builder> storage) Create an instance of this class withstorage()initialized to the given value.static FlowNodeConfigurationFlowNodeConfiguration.fromStorage(StorageFlowNodeConfiguration storage) Create an instance of this class withstorage()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNodeConfigurationModifier and TypeMethodDescriptionFlowNode.Builder.configuration(FlowNodeConfiguration configuration) Contains configurations for the node.