public static interface JobNodeDetails.Builder extends SdkPojo, CopyableBuilder<JobNodeDetails.Builder,JobNodeDetails>
| Modifier and Type | Method and Description |
|---|---|
JobNodeDetails.Builder |
jobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
JobNodeDetails.Builder |
jobRuns(Consumer<JobRun.Builder>... jobRuns)
The information for the job runs represented by the job node.
|
JobNodeDetails.Builder |
jobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobNodeDetails.Builder jobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
jobRuns - The information for the job runs represented by the job node.JobNodeDetails.Builder jobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
jobRuns - The information for the job runs represented by the job node.JobNodeDetails.Builder jobRuns(Consumer<JobRun.Builder>... jobRuns)
The information for the job runs represented by the job node.
This is a convenience method that creates an instance of theJobRun.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.
jobRuns - a consumer that will call methods on JobRun.Builder#jobRuns(java.util.Collection) Copyright © 2023. All rights reserved.