Interface RenameColumnOperation.Builder

  • Method Details

    • columnName

      RenameColumnOperation.Builder columnName(String columnName)

      The name of the column to be renamed.

      Parameters:
      columnName - The name of the column to be renamed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • newColumnName

      RenameColumnOperation.Builder newColumnName(String newColumnName)

      The new name for the column.

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