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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #jobRuns(List) .jobRuns - a consumer that will call methods on List.Builder #jobRuns(List) Copyright © 2020. All rights reserved.