Interface JobNodeDetails.Builder

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

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

    • jobRuns

      The information for the job runs represented by the job node.

      Parameters:
      jobRuns - The information for the job runs represented by the job node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      JobNodeDetails.Builder jobRuns(JobRun... jobRuns)

      The information for the job runs represented by the job node.

      Parameters:
      jobRuns - The information for the job runs represented by the job node.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobRuns

      The information for the job runs represented by the job node.

      This is a convenience method that creates an instance of the JobRun.Builder avoiding the need to create one manually via JobRun.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to jobRuns(List<JobRun>).

      Parameters:
      jobRuns - a consumer that will call methods on JobRun.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: