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