Interface DatabaseIdentifier.Builder

    • Method Detail

      • catalogId

        DatabaseIdentifier.Builder catalogId​(String catalogId)

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

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

        DatabaseIdentifier.Builder databaseName​(String databaseName)

        The name of the catalog database.

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

        DatabaseIdentifier.Builder region​(String region)

        Region of the target database.

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