public static interface ListMatchingJobsResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<ListMatchingJobsResponse.Builder,ListMatchingJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
nextToken(String nextToken)
The pagination token from the previous
ListSchemaMappings API call. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMatchingJobsResponse.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.
jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.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.
jobs - A list of JobSummary objects, each of which contain the ID, status, start time, and end time of a job.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.
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) ListMatchingJobsResponse.Builder nextToken(String nextToken)
The pagination token from the previous ListSchemaMappings API call.
nextToken - The pagination token from the previous ListSchemaMappings API call.Copyright © 2023. All rights reserved.