public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
| Modifier and Type | Method and Description |
|---|---|
JobSummary.Builder |
commitId(String commitId)
The commit ID from a third-party repository provider for the job.
|
JobSummary.Builder |
commitMessage(String commitMessage)
The commit message from a third-party repository provider for the job.
|
JobSummary.Builder |
commitTime(Instant commitTime)
The commit date and time for the job.
|
JobSummary.Builder |
endTime(Instant endTime)
The end date and time for the job.
|
JobSummary.Builder |
jobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
|
JobSummary.Builder |
jobId(String jobId)
The unique ID for the job.
|
JobSummary.Builder |
jobType(JobType jobType)
The type for the job.
|
JobSummary.Builder |
jobType(String jobType)
The type for the job.
|
JobSummary.Builder |
startTime(Instant startTime)
The start date and time for the job.
|
JobSummary.Builder |
status(JobStatus status)
The current status for the job.
|
JobSummary.Builder |
status(String status)
The current status for the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobSummary.Builder jobArn(String jobArn)
The Amazon Resource Name (ARN) for the job.
jobArn - The Amazon Resource Name (ARN) for the job.JobSummary.Builder jobId(String jobId)
The unique ID for the job.
jobId - The unique ID for the job.JobSummary.Builder commitId(String commitId)
The commit ID from a third-party repository provider for the job.
commitId - The commit ID from a third-party repository provider for the job.JobSummary.Builder commitMessage(String commitMessage)
The commit message from a third-party repository provider for the job.
commitMessage - The commit message from a third-party repository provider for the job.JobSummary.Builder commitTime(Instant commitTime)
The commit date and time for the job.
commitTime - The commit date and time for the job.JobSummary.Builder startTime(Instant startTime)
The start date and time for the job.
startTime - The start date and time for the job.JobSummary.Builder status(String status)
The current status for the job.
JobSummary.Builder status(JobStatus status)
The current status for the job.
JobSummary.Builder endTime(Instant endTime)
The end date and time for the job.
endTime - The end date and time for the job.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.
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.JobType,
JobTypeJobSummary.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.
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.JobType,
JobTypeCopyright © 2023. All rights reserved.