public static interface ListJobsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
Modifier and Type | Method and Description |
---|---|
ListJobsResponse.Builder |
jobs(Collection<JobSummary> jobs)
A list of jobs.
|
ListJobsResponse.Builder |
jobs(Consumer<JobSummary.Builder>... jobs)
A list of jobs.
|
ListJobsResponse.Builder |
jobs(JobSummary... jobs)
A list of jobs.
|
ListJobsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListJobsResponse.Builder jobs(Collection<JobSummary> jobs)
A list of jobs.
jobs
- A list of jobs.ListJobsResponse.Builder jobs(JobSummary... jobs)
A list of jobs.
jobs
- A list of jobs.ListJobsResponse.Builder jobs(Consumer<JobSummary.Builder>... jobs)
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 #jobs(List)
.jobs
- a consumer that will call methods on List.Builder
#jobs(List)
ListJobsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.