public static interface JobBookmarkEntry.Builder extends SdkPojo, CopyableBuilder<JobBookmarkEntry.Builder,JobBookmarkEntry>
| Modifier and Type | Method and Description |
|---|---|
JobBookmarkEntry.Builder |
attempt(Integer attempt)
The attempt ID number.
|
JobBookmarkEntry.Builder |
jobBookmark(String jobBookmark)
The bookmark itself.
|
JobBookmarkEntry.Builder |
jobName(String jobName)
The name of the job in question.
|
JobBookmarkEntry.Builder |
previousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
|
JobBookmarkEntry.Builder |
run(Integer run)
The run ID number.
|
JobBookmarkEntry.Builder |
runId(String runId)
The run ID number.
|
JobBookmarkEntry.Builder |
version(Integer version)
The version of the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobBookmarkEntry.Builder jobName(String jobName)
The name of the job in question.
jobName - The name of the job in question.JobBookmarkEntry.Builder version(Integer version)
The version of the job.
version - The version of the job.JobBookmarkEntry.Builder run(Integer run)
The run ID number.
run - The run ID number.JobBookmarkEntry.Builder attempt(Integer attempt)
The attempt ID number.
attempt - The attempt ID number.JobBookmarkEntry.Builder previousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
previousRunId - The unique run identifier associated with the previous job run.JobBookmarkEntry.Builder runId(String runId)
The run ID number.
runId - The run ID number.JobBookmarkEntry.Builder jobBookmark(String jobBookmark)
The bookmark itself.
jobBookmark - The bookmark itself.Copyright © 2023. All rights reserved.