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 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 #deviceJobs(List) .deviceJobs - a consumer that will call methods on List.Builder #deviceJobs(List) 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 © 2021. All rights reserved.