| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
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
ListSchemaMappings API call. |
ListMatchingJobsResponse.Builder |
ListMatchingJobsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMatchingJobsResponse.Builder> |
ListMatchingJobsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.