Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionOutputEvent.Builder
-
Packages that use FlowExecutionOutputEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionOutputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionOutputEvent.Builder Modifier and Type Method Description static FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent. builder()FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. fields(Collection<FlowOutputField> fields)A list of output fields produced by the flow.FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. fields(Consumer<FlowOutputField.Builder>... fields)A list of output fields produced by the flow.FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. fields(FlowOutputField... fields)A list of output fields produced by the flow.FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. nodeName(String nodeName)The name of the node that produces the outputs.FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent.Builder. timestamp(Instant timestamp)The timestamp when the outputs are produced.FlowExecutionOutputEvent.BuilderFlowExecutionOutputEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionOutputEvent.Builder Modifier and Type Method Description static Class<? extends FlowExecutionOutputEvent.Builder>FlowExecutionOutputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionOutputEvent.Builder Modifier and Type Method Description default 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.
-