Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LoopControllerFlowNodeConfiguration.Builder
-
Packages that use LoopControllerFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of LoopControllerFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LoopControllerFlowNodeConfiguration.Builder Modifier and Type Method Description static LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration. builder()default LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration.Builder. continueCondition(Consumer<FlowCondition.Builder> continueCondition)Specifies the condition that determines when the flow exits the DoWhile loop.LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration.Builder. continueCondition(FlowCondition continueCondition)Specifies the condition that determines when the flow exits the DoWhile loop.LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration.Builder. maxIterations(Integer maxIterations)Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LoopControllerFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends LoopControllerFlowNodeConfiguration.Builder>LoopControllerFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LoopControllerFlowNodeConfiguration.Builder Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromLoopController(Consumer<LoopControllerFlowNodeConfiguration.Builder> loopController)Create an instance of this class withFlowNodeConfiguration.loopController()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. loopController(Consumer<LoopControllerFlowNodeConfiguration.Builder> loopController)Contains controller node configurations for a DoWhile loop in your flow.
-