Interface GetJobRunResponse.Builder

    • Method Detail

      • createdAt

        GetJobRunResponse.Builder createdAt​(Instant createdAt)

        The timestamp of when the job run was created.

        Parameters:
        createdAt - The timestamp of when the job run was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        GetJobRunResponse.Builder createdBy​(String createdBy)

        The user who created the job run.

        Parameters:
        createdBy - The user who created the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        GetJobRunResponse.Builder details​(JobRunDetails details)

        The details of the job run.

        Parameters:
        details - The details of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        GetJobRunResponse.Builder domainId​(String domainId)

        The ID of the domain.

        Parameters:
        domainId - The ID of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetJobRunResponse.Builder endTime​(Instant endTime)

        The timestamp of when the job run ended.

        Parameters:
        endTime - The timestamp of when the job run ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        GetJobRunResponse.Builder error​(JobRunError error)

        The error generated if the action is not completed successfully.

        Parameters:
        error - The error generated if the action is not completed successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetJobRunResponse.Builder id​(String id)

        The ID of the job run.

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

        GetJobRunResponse.Builder jobId​(String jobId)

        The ID of the job run.

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

        GetJobRunResponse.Builder jobType​(String jobType)

        The type of the job run.

        Parameters:
        jobType - The type of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType
      • jobType

        GetJobRunResponse.Builder jobType​(JobType jobType)

        The type of the job run.

        Parameters:
        jobType - The type of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType
      • runMode

        GetJobRunResponse.Builder runMode​(String runMode)

        The mode of the job run.

        Parameters:
        runMode - The mode of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobRunMode, JobRunMode
      • startTime

        GetJobRunResponse.Builder startTime​(Instant startTime)

        The timestamp of when the job run started.

        Parameters:
        startTime - The timestamp of when the job run started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.