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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobsResponse.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 method that creates an instance of theJobSummary.Builder avoiding the need to create one manually
via JobSummary.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
JobSummary.Builder#jobs(java.util.Collection) 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 © 2023. All rights reserved.