Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LoopControllerFlowNodeConfiguration.Builder
Packages that use LoopControllerFlowNodeConfiguration.Builder
-
Uses of LoopControllerFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LoopControllerFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionLoopControllerFlowNodeConfiguration.builder()LoopControllerFlowNodeConfiguration.Builder.continueCondition(Consumer<FlowCondition.Builder> continueCondition) Specifies the condition that determines when the flow exits the DoWhile loop.LoopControllerFlowNodeConfiguration.Builder.continueCondition(FlowCondition continueCondition) Specifies the condition that determines when the flow exits the DoWhile loop.LoopControllerFlowNodeConfiguration.Builder.maxIterations(Integer maxIterations) Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.LoopControllerFlowNodeConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LoopControllerFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoopControllerFlowNodeConfiguration.Builder>LoopControllerFlowNodeConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LoopControllerFlowNodeConfiguration.BuilderModifier and TypeMethodDescriptionstatic 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.