Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionOutputEvent.Builder
Packages that use FlowExecutionOutputEvent.Builder
-
Uses of FlowExecutionOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionOutputEvent.BuilderModifier and TypeMethodDescriptionFlowExecutionOutputEvent.builder()FlowExecutionOutputEvent.Builder.fields(Collection<FlowOutputField> fields) A list of output fields produced by the flow.FlowExecutionOutputEvent.Builder.fields(Consumer<FlowOutputField.Builder>... fields) A list of output fields produced by the flow.FlowExecutionOutputEvent.Builder.fields(FlowOutputField... fields) A list of output fields produced by the flow.The name of the node that produces the outputs.The timestamp when the outputs are produced.FlowExecutionOutputEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionOutputEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowExecutionOutputEvent.Builder>FlowExecutionOutputEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionOutputEvent.BuilderModifier and TypeMethodDescriptiondefault FlowExecutionEvent.BuilderFlowExecutionEvent.Builder.flowOutputEvent(Consumer<FlowExecutionOutputEvent.Builder> flowOutputEvent) Contains information about the outputs produced by the flow at the end of execution.static FlowExecutionEventFlowExecutionEvent.fromFlowOutputEvent(Consumer<FlowExecutionOutputEvent.Builder> flowOutputEvent) Create an instance of this class withFlowExecutionEvent.flowOutputEvent()initialized to the given value.