| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
static GetMatchingJobResponse.Builder |
GetMatchingJobResponse.builder() |
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.endTime(Instant endTime)
The time at which the job has finished.
|
default GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
An object containing an error message, if there was an error.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.errorDetails(ErrorDetails errorDetails)
An object containing an error message, if there was an error.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.jobId(String jobId)
The ID of the job.
|
default GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.metrics(Consumer<JobMetrics.Builder> metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and
records the execution skipped.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.metrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and
records the execution skipped.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.startTime(Instant startTime)
The time at which the job was started.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.status(JobStatus status)
The current status of the job.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.status(String status)
The current status of the job.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMatchingJobResponse.Builder> |
GetMatchingJobResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.