Interface ExasolParameters.Builder

    • Method Detail

      • host

        ExasolParameters.Builder host​(String host)

        The hostname or IP address of the Exasol data source.

        Parameters:
        host - The hostname or IP address of the Exasol data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        ExasolParameters.Builder port​(Integer port)

        The port for the Exasol data source.

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