public static interface JobBookmarkEntry.Builder extends 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)
Name of the job in question.
|
JobBookmarkEntry.Builder |
run(Integer run)
The run ID number.
|
JobBookmarkEntry.Builder |
version(Integer version)
Version of the job.
|
copy
applyMutation, build
JobBookmarkEntry.Builder jobName(String jobName)
Name of the job in question.
jobName
- Name of the job in question.JobBookmarkEntry.Builder version(Integer version)
Version of the job.
version
- 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 jobBookmark(String jobBookmark)
The bookmark itself.
jobBookmark
- The bookmark itself.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.