Interface FederatedDatabase.Builder

  • Method Details

    • identifier

      FederatedDatabase.Builder identifier(String identifier)

      A unique identifier for the federated database.

      Parameters:
      identifier - A unique identifier for the federated database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionName

      FederatedDatabase.Builder connectionName(String connectionName)

      The name of the connection to the external metastore.

      Parameters:
      connectionName - The name of the connection to the external metastore.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      FederatedDatabase.Builder connectionType(String connectionType)

      The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.

      Parameters:
      connectionType - The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.
      Returns:
      Returns a reference to this object so that method calls can be chained together.