static ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.builder() |
|
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.jobs(Collection<JobSummary> jobs) |
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of
a job.
|
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.jobs(Consumer<JobSummary.Builder>... jobs) |
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of
a job.
|
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.jobs(JobSummary... jobs) |
A list of JobSummary objects, each of which contain the ID, status, start time, and end time of
a job.
|
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.Builder.nextToken(String nextToken) |
The pagination token from the previous API call.
|
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.toBuilder() |
|