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)
Deprecated.
|
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.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the job run consumed resources.
|
JobRun |
JobRun.withId(String id)
The ID of this job run.
|
JobRun |
JobRun.withJobName(String jobName)
The name of the job definition being used in this 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.withLogGroupName(String logGroupName)
The name of the log group for secure logging, that can be server-side encrypted in CloudWatch using KMS.
|
JobRun |
JobRun.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
JobRun |
JobRun.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
JobRun |
JobRun.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
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.withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
JobRun |
JobRun.withStartedOn(Date startedOn)
The date and time at which this job run was started.
|
JobRun |
JobRun.withTimeout(Integer timeout)
The JobRun timeout in minutes.
|
JobRun |
JobRun.withTriggerName(String triggerName)
The name of the trigger that started this job run.
|
JobRun |
JobRun.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
JobRun |
JobRun.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
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 © 2019. All rights reserved.