Interface DatabricksParameters.Builder

    • Method Detail

      • host

        DatabricksParameters.Builder host​(String 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

        DatabricksParameters.Builder port​(Integer 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.