public static interface GetMatchingJobResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetMatchingJobResponse.Builder,GetMatchingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMatchingJobResponse.Builder |
endTime(Instant endTime)
The time at which the job has finished.
|
default GetMatchingJobResponse.Builder |
errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
An object containing an error message, if there was an error.
|
GetMatchingJobResponse.Builder |
errorDetails(ErrorDetails errorDetails)
An object containing an error message, if there was an error.
|
GetMatchingJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
default 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 |
metrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and
records the execution skipped.
|
GetMatchingJobResponse.Builder |
startTime(Instant startTime)
The time at which the job was started.
|
GetMatchingJobResponse.Builder |
status(JobStatus status)
The current status of the job.
|
GetMatchingJobResponse.Builder |
status(String status)
The current status of the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMatchingJobResponse.Builder endTime(Instant endTime)
The time at which the job has finished.
endTime - The time at which the job has finished.GetMatchingJobResponse.Builder errorDetails(ErrorDetails errorDetails)
An object containing an error message, if there was an error.
errorDetails - An object containing an error message, if there was an error.default GetMatchingJobResponse.Builder errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
An object containing an error message, if there was an error.
This is a convenience method that creates an instance of theErrorDetails.Builder avoiding the need
to create one manually via ErrorDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorDetails(ErrorDetails).
errorDetails - a consumer that will call methods on ErrorDetails.BuildererrorDetails(ErrorDetails)GetMatchingJobResponse.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.GetMatchingJobResponse.Builder metrics(JobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
metrics - Metrics associated with the execution, specifically total records processed, unique IDs generated, and
records the execution skipped.default GetMatchingJobResponse.Builder metrics(Consumer<JobMetrics.Builder> metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
This is a convenience method that creates an instance of theJobMetrics.Builder avoiding the need to
create one manually via JobMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to metrics(JobMetrics).
metrics - a consumer that will call methods on JobMetrics.Buildermetrics(JobMetrics)GetMatchingJobResponse.Builder startTime(Instant startTime)
The time at which the job was started.
startTime - The time at which the job was started.GetMatchingJobResponse.Builder status(String status)
The current status of the job. Either running, succeeded, queued, or
failed.
GetMatchingJobResponse.Builder status(JobStatus status)
The current status of the job. Either running, succeeded, queued, or
failed.
Copyright © 2023. All rights reserved.