Interface SplitFields.Builder

    • Method Detail

      • name

        SplitFields.Builder name​(String name)

        The name of the transform node.

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

        SplitFields.Builder inputs​(Collection<String> inputs)

        The data inputs identified by their node names.

        Parameters:
        inputs - The data inputs identified by their node names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        SplitFields.Builder inputs​(String... inputs)

        The data inputs identified by their node names.

        Parameters:
        inputs - The data inputs identified by their node names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paths

        SplitFields.Builder paths​(Collection<? extends Collection<String>> paths)

        A JSON path to a variable in the data structure.

        Parameters:
        paths - A JSON path to a variable in the data structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • paths

        SplitFields.Builder paths​(Collection<String>... paths)

        A JSON path to a variable in the data structure.

        Parameters:
        paths - A JSON path to a variable in the data structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.