Interface FlowTraceNodeInputEvent.Builder

    • Method Detail

      • fields

        FlowTraceNodeInputEvent.Builder fields​(Collection<FlowTraceNodeInputField> fields)

        An array of objects containing information about each field in the input.

        Parameters:
        fields - An array of objects containing information about each field in the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        FlowTraceNodeInputEvent.Builder fields​(FlowTraceNodeInputField... fields)

        An array of objects containing information about each field in the input.

        Parameters:
        fields - An array of objects containing information about each field in the input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeName

        FlowTraceNodeInputEvent.Builder nodeName​(String nodeName)

        The name of the node that received the input.

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

        FlowTraceNodeInputEvent.Builder timestamp​(Instant timestamp)

        The date and time that the trace was returned.

        Parameters:
        timestamp - The date and time that the trace was returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.