public static interface CreateJobForDevicesResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<CreateJobForDevicesResponse.Builder,CreateJobForDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateJobForDevicesResponse.Builder |
jobs(Collection<Job> jobs)
A list of jobs.
|
CreateJobForDevicesResponse.Builder |
jobs(Consumer<Job.Builder>... jobs)
A list of jobs.
|
CreateJobForDevicesResponse.Builder |
jobs(Job... jobs)
A list of jobs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobForDevicesResponse.Builder jobs(Collection<Job> jobs)
A list of jobs.
jobs - A list of jobs.CreateJobForDevicesResponse.Builder jobs(Job... jobs)
A list of jobs.
jobs - A list of jobs.CreateJobForDevicesResponse.Builder jobs(Consumer<Job.Builder>... jobs)
A list of jobs.
This is a convenience method that creates an instance of theJob.Builder avoiding the need to create one manually
via Job.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #jobs(List.
jobs - a consumer that will call methods on
Job.Builder#jobs(java.util.Collection) Copyright © 2022. All rights reserved.