public static interface JobSummary.Builder extends SdkPojo, CopyableBuilder<JobSummary.Builder,JobSummary>
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
commitId(String commitId)
Commit Id from 3rd party repository provider for the Job.
|
JobSummary.Builder |
commitMessage(String commitMessage)
Commit message from 3rd party repository provider for the Job.
|
JobSummary.Builder |
commitTime(Instant commitTime)
Commit date / time for the Job.
|
JobSummary.Builder |
endTime(Instant endTime)
End date / time for the Job.
|
JobSummary.Builder |
jobArn(String jobArn)
Arn for the Job.
|
JobSummary.Builder |
jobId(String jobId)
Unique Id for the Job.
|
JobSummary.Builder |
jobType(JobType jobType)
Type for the Job.
|
JobSummary.Builder |
jobType(String jobType)
Type for the Job.
|
JobSummary.Builder |
startTime(Instant startTime)
Start date / time for the Job.
|
JobSummary.Builder |
status(JobStatus status)
Status for the Job.
|
JobSummary.Builder |
status(String status)
Status for the Job.
|
copy
applyMutation, build
JobSummary.Builder jobArn(String jobArn)
Arn for the Job.
jobArn
- Arn for the Job.JobSummary.Builder jobId(String jobId)
Unique Id for the Job.
jobId
- Unique Id for the Job.JobSummary.Builder commitId(String commitId)
Commit Id from 3rd party repository provider for the Job.
commitId
- Commit Id from 3rd party repository provider for the Job.JobSummary.Builder commitMessage(String commitMessage)
Commit message from 3rd party repository provider for the Job.
commitMessage
- Commit message from 3rd party repository provider for the Job.JobSummary.Builder commitTime(Instant commitTime)
Commit date / time for the Job.
commitTime
- Commit date / time for the Job.JobSummary.Builder startTime(Instant startTime)
Start date / time for the Job.
startTime
- Start date / time for the Job.JobSummary.Builder status(String status)
Status for the Job.
JobSummary.Builder status(JobStatus status)
Status for the Job.
JobSummary.Builder endTime(Instant endTime)
End date / time for the Job.
endTime
- End date / time for the Job.JobSummary.Builder jobType(String jobType)
Type for the Job.
JobSummary.Builder jobType(JobType jobType)
Type for the Job.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.