| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
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 that this job run completed.
|
JobRun |
JobRun.withDPUSeconds(Double dPUSeconds)
This field can be set for either job runs with execution class
FLEX or when Auto Scaling is enabled,
and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU
factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). |
JobRun |
JobRun.withErrorMessage(String errorMessage)
An error message associated with this job run.
|
JobRun |
JobRun.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun |
JobRun.withExecutionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun |
JobRun.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the job run consumed resources.
|
JobRun |
JobRun.withGlueVersion(String glueVersion)
In Spark jobs,
GlueVersion determines the versions of Apache Spark and Python that Glue available in
a job. |
JobRun |
JobRun.withId(String id)
The ID of this job run.
|
JobRun |
JobRun.withJobMode(JobMode jobMode)
A mode that describes how a job was created.
|
JobRun |
JobRun.withJobMode(String jobMode)
A mode that describes how a job was created.
|
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 that 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 Amazon CloudWatch using KMS.
|
JobRun |
JobRun.withMaintenanceWindow(String maintenanceWindow)
This field specifies a day of the week and hour for a maintenance window for streaming jobs.
|
JobRun |
JobRun.withMaxCapacity(Double maxCapacity)
For Glue version 1.0 or earlier jobs, using the standard worker type, the number of 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.withProfileName(String profileName)
The name of an Glue usage profile associated with the job run.
|
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 metadata objects.
|
List<JobRun> |
JobNodeDetails.getJobRuns()
The information for the job runs represented by the job node.
|
| 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 metadata objects.
|
JobNodeDetails |
JobNodeDetails.withJobRuns(JobRun... jobRuns)
The information for the job runs represented by the job node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobRunsResult.setJobRuns(Collection<JobRun> jobRuns)
A list of job-run metadata objects.
|
void |
JobNodeDetails.setJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
GetJobRunsResult |
GetJobRunsResult.withJobRuns(Collection<JobRun> jobRuns)
A list of job-run metadata objects.
|
JobNodeDetails |
JobNodeDetails.withJobRuns(Collection<JobRun> jobRuns)
The information for the job runs represented by the job node.
|
Copyright © 2025. All rights reserved.