Interface ConnectionsList.Builder

    • Method Detail

      • connections

        ConnectionsList.Builder connections​(Collection<String> connections)

        A list of connections used by the job.

        Parameters:
        connections - A list of connections used by the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

        ConnectionsList.Builder connections​(String... connections)

        A list of connections used by the job.

        Parameters:
        connections - A list of connections used by the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.