| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.addArgumentsEntry(String key,
String value) |
JobRun |
JobRun.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
JobRun |
JobRun.clone() |
JobRun |
GetJobRunResult.getJobRun()
The requested job-run metadata.
|
JobRun |
JobRun.withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) allocated to this JobRun.
|
JobRun |
JobRun.withArguments(Map<String,String> arguments)
The job arguments associated with this run.
|
JobRun |
JobRun.withAttempt(Integer attempt)
The number of the attempt to run this job.
|
JobRun |
JobRun.withCompletedOn(Date completedOn)
The date and time this job run completed.
|
JobRun |
JobRun.withErrorMessage(String errorMessage)
An error message associated with this job run.
|
JobRun |
JobRun.withId(String id)
The ID of this job run.
|
JobRun |
JobRun.withJobName(String jobName)
The name of the job being run.
|
JobRun |
JobRun.withJobRunState(JobRunState jobRunState)
The current state of the job run.
|
JobRun |
JobRun.withJobRunState(String jobRunState)
The current state of the job run.
|
JobRun |
JobRun.withLastModifiedOn(Date lastModifiedOn)
The last time this job run was modified.
|
JobRun |
JobRun.withPredecessorRuns(Collection<Predecessor> predecessorRuns)
A list of predecessors to this job run.
|
JobRun |
JobRun.withPredecessorRuns(Predecessor... predecessorRuns)
A list of predecessors to this job run.
|
JobRun |
JobRun.withPreviousRunId(String previousRunId)
The ID of the previous run of this job.
|
JobRun |
JobRun.withStartedOn(Date startedOn)
The date and time at which this job run was started.
|
JobRun |
JobRun.withTriggerName(String triggerName)
The name of the trigger that started this job run.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRun> |
GetJobRunsResult.getJobRuns()
A list of job-run metatdata objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobRunResult.setJobRun(JobRun jobRun)
The requested job-run metadata.
|
GetJobRunResult |
GetJobRunResult.withJobRun(JobRun jobRun)
The requested job-run metadata.
|
GetJobRunsResult |
GetJobRunsResult.withJobRuns(JobRun... jobRuns)
A list of job-run metatdata objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobRunsResult.setJobRuns(Collection<JobRun> jobRuns)
A list of job-run metatdata objects.
|
GetJobRunsResult |
GetJobRunsResult.withJobRuns(Collection<JobRun> jobRuns)
A list of job-run metatdata objects.
|
Copyright © 2018. All rights reserved.