public static interface GetIdMappingJobResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetIdMappingJobResponse.Builder,GetIdMappingJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetIdMappingJobResponse.Builder |
endTime(Instant endTime)
The time at which the job has finished.
|
default GetIdMappingJobResponse.Builder |
errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
Sets the value of the ErrorDetails property for this object.
|
GetIdMappingJobResponse.Builder |
errorDetails(ErrorDetails errorDetails)
Sets the value of the ErrorDetails property for this object.
|
GetIdMappingJobResponse.Builder |
jobId(String jobId)
The ID of the job.
|
default 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 |
metrics(IdMappingJobMetrics metrics)
Metrics associated with the execution, specifically total records processed, unique IDs generated, and
records the execution skipped.
|
GetIdMappingJobResponse.Builder |
startTime(Instant startTime)
The time at which the job was started.
|
GetIdMappingJobResponse.Builder |
status(JobStatus status)
The current status of the job.
|
GetIdMappingJobResponse.Builder |
status(String status)
The current status of the job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetIdMappingJobResponse.Builder endTime(Instant endTime)
The time at which the job has finished.
endTime - The time at which the job has finished.GetIdMappingJobResponse.Builder errorDetails(ErrorDetails errorDetails)
errorDetails - The new value for the ErrorDetails property for this object.default GetIdMappingJobResponse.Builder errorDetails(Consumer<ErrorDetails.Builder> errorDetails)
ErrorDetails.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)GetIdMappingJobResponse.Builder jobId(String jobId)
The ID of the job.
jobId - The ID of the job.GetIdMappingJobResponse.Builder metrics(IdMappingJobMetrics 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 GetIdMappingJobResponse.Builder metrics(Consumer<IdMappingJobMetrics.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 theIdMappingJobMetrics.Builder avoiding the
need to create one manually via IdMappingJobMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to metrics(IdMappingJobMetrics).
metrics - a consumer that will call methods on IdMappingJobMetrics.Buildermetrics(IdMappingJobMetrics)GetIdMappingJobResponse.Builder startTime(Instant startTime)
The time at which the job was started.
startTime - The time at which the job was started.GetIdMappingJobResponse.Builder status(String status)
The current status of the job.
GetIdMappingJobResponse.Builder status(JobStatus status)
The current status of the job.
Copyright © 2023. All rights reserved.