Interface TableError.Builder

    • Method Detail

      • tableName

        TableError.Builder tableName​(String tableName)

        The name of the table. For Hive compatibility, this must be entirely lowercase.

        Parameters:
        tableName - The name of the table. For Hive compatibility, this must be entirely lowercase.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetail

        TableError.Builder errorDetail​(ErrorDetail errorDetail)

        The details about the error.

        Parameters:
        errorDetail - The details about the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.