Interface NodeInputEvent.Builder

    • Method Detail

      • fields

        NodeInputEvent.Builder fields​(Collection<NodeInputField> fields)

        A list of input fields provided to the node.

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

        NodeInputEvent.Builder fields​(NodeInputField... fields)

        A list of input fields provided to the node.

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

        NodeInputEvent.Builder nodeName​(String nodeName)

        The name of the node that received the inputs.

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

        NodeInputEvent.Builder timestamp​(Instant timestamp)

        The timestamp when the inputs were provided to the node.

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