Interface FlowTraceNodeInputSource.Builder

    • Method Detail

      • nodeName

        FlowTraceNodeInputSource.Builder nodeName​(String nodeName)

        The name of the source node that provides the input data.

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

        FlowTraceNodeInputSource.Builder outputFieldName​(String outputFieldName)

        The name of the output field from the source node.

        Parameters:
        outputFieldName - The name of the output field from the source node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expression

        FlowTraceNodeInputSource.Builder expression​(String expression)

        The expression used to extract data from the source.

        Parameters:
        expression - The expression used to extract data from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.