Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobBookmarkEntry |
JobBookmarkEntry.clone() |
JobBookmarkEntry |
GetJobBookmarkResult.getJobBookmarkEntry()
A structure that defines a point that a job can resume processing.
|
JobBookmarkEntry |
ResetJobBookmarkResult.getJobBookmarkEntry()
The reset bookmark entry.
|
JobBookmarkEntry |
JobBookmarkEntry.withAttempt(Integer attempt)
The attempt ID number.
|
JobBookmarkEntry |
JobBookmarkEntry.withJobBookmark(String jobBookmark)
The bookmark itself.
|
JobBookmarkEntry |
JobBookmarkEntry.withJobName(String jobName)
The name of the job in question.
|
JobBookmarkEntry |
JobBookmarkEntry.withPreviousRunId(String previousRunId)
The unique run identifier associated with the previous job run.
|
JobBookmarkEntry |
JobBookmarkEntry.withRun(Integer run)
The run ID number.
|
JobBookmarkEntry |
JobBookmarkEntry.withRunId(String runId)
The run ID number.
|
JobBookmarkEntry |
JobBookmarkEntry.withVersion(Integer version)
The version of the job.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobBookmarkResult.setJobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
|
void |
ResetJobBookmarkResult.setJobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
The reset bookmark entry.
|
GetJobBookmarkResult |
GetJobBookmarkResult.withJobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
A structure that defines a point that a job can resume processing.
|
ResetJobBookmarkResult |
ResetJobBookmarkResult.withJobBookmarkEntry(JobBookmarkEntry jobBookmarkEntry)
The reset bookmark entry.
|
Copyright © 2022. All rights reserved.