Interface OutputAttribute.Builder

    • Method Detail

      • hashed

        OutputAttribute.Builder hashed​(Boolean hashed)

        Enables the ability to hash the column values in the output.

        Parameters:
        hashed - Enables the ability to hash the column values in the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        OutputAttribute.Builder name​(String name)

        A name of a column to be written to the output. This must be an InputField name in the schema mapping.

        Parameters:
        name - A name of a column to be written to the output. This must be an InputField name in the schema mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.