Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowCondition.Builder
Packages that use FlowCondition.Builder
-
Uses of FlowCondition.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowCondition.BuilderModifier and TypeMethodDescriptionstatic FlowCondition.BuilderFlowCondition.builder()FlowCondition.Builder.expression(String expression) Defines the condition.A name for the condition that you can reference.FlowCondition.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowCondition.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowCondition.Builder>FlowCondition.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowCondition.BuilderModifier and TypeMethodDescriptionLoopControllerFlowNodeConfiguration.Builder.continueCondition(Consumer<FlowCondition.Builder> continueCondition) Specifies the condition that determines when the flow exits the DoWhile loop.