Interface JobSummary.Builder

    • Method Detail

      • jobArn

        JobSummary.Builder jobArn​(String jobArn)

        The Amazon Resource Name (ARN) for the job.

        Parameters:
        jobArn - The Amazon Resource Name (ARN) for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        JobSummary.Builder jobId​(String jobId)

        The unique ID for the job.

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

        JobSummary.Builder commitId​(String commitId)

        The commit ID from a third-party repository provider for the job.

        Parameters:
        commitId - The commit ID from a third-party repository provider for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitMessage

        JobSummary.Builder commitMessage​(String commitMessage)

        The commit message from a third-party repository provider for the job.

        Parameters:
        commitMessage - The commit message from a third-party repository provider for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitTime

        JobSummary.Builder commitTime​(Instant commitTime)

        The commit date and time for the job.

        Parameters:
        commitTime - The commit date and time for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        JobSummary.Builder startTime​(Instant startTime)

        The start date and time for the job.

        Parameters:
        startTime - The start date and time for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        JobSummary.Builder status​(String status)

        The current status for the job.

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

        JobSummary.Builder status​(JobStatus status)

        The current status for the job.

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

        JobSummary.Builder endTime​(Instant endTime)

        The end date and time for the job.

        Parameters:
        endTime - The end date and time for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobType

        JobSummary.Builder jobType​(String jobType)

        The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

        Parameters:
        jobType - The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType
      • jobType

        JobSummary.Builder jobType​(JobType jobType)

        The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

        Parameters:
        jobType - The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType