public static interface ListDevicesJobsResponse.Builder extends PanoramaResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesJobsResponse.Builder,ListDevicesJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsResponse.Builder |
deviceJobs(Collection<DeviceJob> deviceJobs)
A list of jobs.
|
ListDevicesJobsResponse.Builder |
deviceJobs(Consumer<DeviceJob.Builder>... deviceJobs)
A list of jobs.
|
ListDevicesJobsResponse.Builder |
deviceJobs(DeviceJob... deviceJobs)
A list of jobs.
|
ListDevicesJobsResponse.Builder |
nextToken(String nextToken)
A pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesJobsResponse.Builder deviceJobs(Collection<DeviceJob> deviceJobs)
A list of jobs.
deviceJobs - A list of jobs.ListDevicesJobsResponse.Builder deviceJobs(DeviceJob... deviceJobs)
A list of jobs.
deviceJobs - A list of jobs.ListDevicesJobsResponse.Builder deviceJobs(Consumer<DeviceJob.Builder>... deviceJobs)
A list of jobs.
This is a convenience method that creates an instance of theDeviceJob.Builder avoiding the need to create one
manually via DeviceJob.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #deviceJobs(List.
deviceJobs - a consumer that will call methods on
DeviceJob.Builder#deviceJobs(java.util.Collection) ListDevicesJobsResponse.Builder nextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken - A pagination token that's included if more results are available.Copyright © 2022. All rights reserved.