Interface TableToReload.Builder

    • Method Detail

      • schemaName

        TableToReload.Builder schemaName​(String schemaName)

        The schema name of the table to be reloaded.

        Parameters:
        schemaName - The schema name of the table to be reloaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        TableToReload.Builder tableName​(String tableName)

        The table name of the table to be reloaded.

        Parameters:
        tableName - The table name of the table to be reloaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.