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