Interface OutputAttribute.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputAttribute.Builder,OutputAttribute>, SdkBuilder<OutputAttribute.Builder,OutputAttribute>, SdkPojo
Enclosing class:
OutputAttribute

public static interface OutputAttribute.Builder extends SdkPojo, CopyableBuilder<OutputAttribute.Builder,OutputAttribute>
  • Method Details

    • 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

      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.