Interface ConnectionsList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectionsList.Builder,ConnectionsList>, SdkBuilder<ConnectionsList.Builder,ConnectionsList>, SdkPojo
Enclosing class:
ConnectionsList

public static interface ConnectionsList.Builder extends SdkPojo, CopyableBuilder<ConnectionsList.Builder,ConnectionsList>
  • Method Details

    • 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.