Interface DatabricksParameters.Builder

  • Method Details

    • host

      The host name of the Databricks data source.

      Parameters:
      host - The host name of the Databricks data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port for the Databricks data source.

      Parameters:
      port - The port for the Databricks data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sqlEndpointPath

      DatabricksParameters.Builder sqlEndpointPath(String sqlEndpointPath)

      The HTTP path of the Databricks data source.

      Parameters:
      sqlEndpointPath - The HTTP path of the Databricks data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.