Interface FederatedCatalog.Builder

  • Method Details

    • identifier

      FederatedCatalog.Builder identifier(String identifier)

      A unique identifier for the federated catalog.

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

      FederatedCatalog.Builder connectionName(String connectionName)

      The name of the connection to an external data source, for example a Redshift-federated catalog.

      Parameters:
      connectionName - The name of the connection to an external data source, for example a Redshift-federated catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      FederatedCatalog.Builder connectionType(String connectionType)

      The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.

      Parameters:
      connectionType - The type of connection used to access the federated catalog, specifying the protocol or method for connection to the external data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.