Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionInputEvent.Builder
Packages that use FlowExecutionInputEvent.Builder
-
Uses of FlowExecutionInputEvent.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionInputEvent.BuilderModifier and TypeMethodDescriptionFlowExecutionInputEvent.builder()FlowExecutionInputEvent.Builder.fields(Collection<FlowInputField> fields) A list of input fields provided to the flow.FlowExecutionInputEvent.Builder.fields(Consumer<FlowInputField.Builder>... fields) A list of input fields provided to the flow.FlowExecutionInputEvent.Builder.fields(FlowInputField... fields) A list of input fields provided to the flow.The name of the node that receives the inputs.The timestamp when the inputs are provided.FlowExecutionInputEvent.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionInputEvent.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowExecutionInputEvent.Builder>FlowExecutionInputEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionInputEvent.BuilderModifier and TypeMethodDescriptiondefault 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.