Interface TableIdentifier.Builder

    • Method Detail

      • catalogId

        TableIdentifier.Builder catalogId​(String catalogId)

        The ID of the Data Catalog in which the table resides.

        Parameters:
        catalogId - The ID of the Data Catalog in which the table resides.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        TableIdentifier.Builder databaseName​(String databaseName)

        The name of the catalog database that contains the target table.

        Parameters:
        databaseName - The name of the catalog database that contains the target table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TableIdentifier.Builder name​(String name)

        The name of the target table.

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

        TableIdentifier.Builder region​(String region)

        Region of the target table.

        Parameters:
        region - Region of the target table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.