Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.LoopInputFlowNodeConfiguration.Builder
-
Packages that use LoopInputFlowNodeConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of LoopInputFlowNodeConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return LoopInputFlowNodeConfiguration.Builder Modifier and Type Method Description static LoopInputFlowNodeConfiguration.BuilderLoopInputFlowNodeConfiguration. builder()LoopInputFlowNodeConfiguration.BuilderLoopInputFlowNodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type LoopInputFlowNodeConfiguration.Builder Modifier and Type Method Description static Class<? extends LoopInputFlowNodeConfiguration.Builder>LoopInputFlowNodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type LoopInputFlowNodeConfiguration.Builder Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromLoopInput(Consumer<LoopInputFlowNodeConfiguration.Builder> loopInput)Create an instance of this class withFlowNodeConfiguration.loopInput()initialized to the given value.default FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. loopInput(Consumer<LoopInputFlowNodeConfiguration.Builder> loopInput)Contains input node configurations for a DoWhile loop in your flow.
-