Interface FlowExecutionInputEvent.Builder

    • Method Detail

      • fields

        FlowExecutionInputEvent.Builder fields​(Collection<FlowInputField> fields)

        A list of input fields provided to the flow.

        Parameters:
        fields - A list of input fields provided to the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        FlowExecutionInputEvent.Builder fields​(FlowInputField... fields)

        A list of input fields provided to the flow.

        Parameters:
        fields - A list of input fields provided to the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeName

        FlowExecutionInputEvent.Builder nodeName​(String nodeName)

        The name of the node that receives the inputs.

        Parameters:
        nodeName - The name of the node that receives the inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        FlowExecutionInputEvent.Builder timestamp​(Instant timestamp)

        The timestamp when the inputs are provided.

        Parameters:
        timestamp - The timestamp when the inputs are provided.
        Returns:
        Returns a reference to this object so that method calls can be chained together.