Interface GetMatchingJobResponse.Builder

    • Method Detail

      • endTime

        GetMatchingJobResponse.Builder endTime​(Instant endTime)

        The time at which the job has finished.

        Parameters:
        endTime - The time at which the job has finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorDetails

        GetMatchingJobResponse.Builder errorDetails​(ErrorDetails errorDetails)

        An object containing an error message, if there was an error.

        Parameters:
        errorDetails - An object containing an error message, if there was an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        GetMatchingJobResponse.Builder jobId​(String jobId)

        The ID of the job.

        Parameters:
        jobId - The ID of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        GetMatchingJobResponse.Builder metrics​(JobMetrics metrics)

        Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.

        Parameters:
        metrics - Metrics associated with the execution, specifically total records processed, unique IDs generated, and records the execution skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetMatchingJobResponse.Builder startTime​(Instant startTime)

        The time at which the job was started.

        Parameters:
        startTime - The time at which the job was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        GetMatchingJobResponse.Builder status​(String status)

        The current status of the job.

        Parameters:
        status - The current status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus