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