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.outputSourceConfig(Collection<JobOutputSource> outputSourceConfig) |
A list of OutputSource objects.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.outputSourceConfig(Consumer<JobOutputSource.Builder>... outputSourceConfig) |
A list of OutputSource objects.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.outputSourceConfig(JobOutputSource... outputSourceConfig) |
A list of OutputSource objects.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.startTime(Instant startTime) |
The time at which the job was started.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.status(String status) |
The current status of the job.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.Builder.status(JobStatus status) |
The current status of the job.
|
GetMatchingJobResponse.Builder |
GetMatchingJobResponse.toBuilder() |
|