Interface OutputAttribute.Builder

  • Method Details

    • 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.
    • 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.