Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LoopFlowNodeConfiguration.Builder
-
Packages that use LoopFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of LoopFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LoopFlowNodeConfiguration.Builder Modifier and Type Method Description static LoopFlowNodeConfiguration.BuilderLoopFlowNodeConfiguration. builder()default LoopFlowNodeConfiguration.BuilderLoopFlowNodeConfiguration.Builder. definition(Consumer<FlowDefinition.Builder> definition)The definition of the DoWhile loop nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.BuilderLoopFlowNodeConfiguration.Builder. definition(FlowDefinition definition)The definition of the DoWhile loop nodes and connections between nodes in the flow.LoopFlowNodeConfiguration.BuilderLoopFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LoopFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends LoopFlowNodeConfiguration.Builder>LoopFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LoopFlowNodeConfiguration.Builder Modifier and Type Method Description static 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.
-