Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionInputEvent.Builder
-
Packages that use FlowExecutionInputEvent.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionInputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionInputEvent.Builder Modifier and Type Method Description static FlowExecutionInputEvent.BuilderFlowExecutionInputEvent. builder()FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. fields(Collection<FlowInputField> fields)A list of input fields provided to the flow.FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. fields(Consumer<FlowInputField.Builder>... fields)A list of input fields provided to the flow.FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. fields(FlowInputField... fields)A list of input fields provided to the flow.FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. nodeName(String nodeName)The name of the node that receives the inputs.FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. timestamp(Instant timestamp)The timestamp when the inputs are provided.FlowExecutionInputEvent.BuilderFlowExecutionInputEvent. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionInputEvent.Builder Modifier and Type Method Description static Class<? extends FlowExecutionInputEvent.Builder>FlowExecutionInputEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionInputEvent.Builder Modifier and Type Method Description default FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. flowInputEvent(Consumer<FlowExecutionInputEvent.Builder> flowInputEvent)Contains information about the inputs provided to the flow at the start of execution.static FlowExecutionEventFlowExecutionEvent. fromFlowInputEvent(Consumer<FlowExecutionInputEvent.Builder> flowInputEvent)Create an instance of this class withFlowExecutionEvent.flowInputEvent()initialized to the given value.
-