Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LoopFlowNodeConfiguration.Builder
Packages that use LoopFlowNodeConfiguration.Builder
-
Uses of LoopFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LoopFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionLoopFlowNodeConfiguration.builder()LoopFlowNodeConfiguration.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.Builder.definition(FlowDefinition definition) The definition of the DoWhile loop nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LoopFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoopFlowNodeConfiguration.Builder>LoopFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LoopFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic FlowNodeConfigurationFlowNodeConfiguration.fromLoop(Consumer<LoopFlowNodeConfiguration.Builder> loop) Create an instance of this class withFlowNodeConfiguration.loop()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder.loop(Consumer<LoopFlowNodeConfiguration.Builder> loop) Contains configurations for a DoWhile loop in your flow.