Interface PivotedLabel.Builder

  • Method Details

    • labelName

      PivotedLabel.Builder labelName(String labelName)

      The label value from the source data to be pivoted.

      Parameters:
      labelName - The label value from the source data to be pivoted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newColumnName

      PivotedLabel.Builder newColumnName(String newColumnName)

      The name for the new column created from this pivoted label.

      Parameters:
      newColumnName - The name for the new column created from this pivoted label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newColumnId

      PivotedLabel.Builder newColumnId(String newColumnId)

      A unique identifier for the new column created from this pivoted label.

      Parameters:
      newColumnId - A unique identifier for the new column created from this pivoted label.
      Returns:
      Returns a reference to this object so that method calls can be chained together.