| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.addDefaultArgumentsEntry(String key,
String value)
Add a single DefaultArguments entry
|
Job |
Job.addNonOverridableArgumentsEntry(String key,
String value)
Add a single NonOverridableArguments entry
|
Job |
Job.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
Job |
Job.clearNonOverridableArgumentsEntries()
Removes all the entries added into NonOverridableArguments.
|
Job |
Job.clone() |
Job |
GetJobResult.getJob()
The requested job definition.
|
Job |
Job.withAllocatedCapacity(Integer allocatedCapacity)
Deprecated.
|
Job |
Job.withCommand(JobCommand command)
The
JobCommand that executes this job. |
Job |
Job.withConnections(ConnectionsList connections)
The connections used for this job.
|
Job |
Job.withCreatedOn(Date createdOn)
The time and date that this job definition was created.
|
Job |
Job.withDefaultArguments(Map<String,String> defaultArguments)
The default arguments for this job, specified as name-value pairs.
|
Job |
Job.withDescription(String description)
A description of the job.
|
Job |
Job.withExecutionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
Job |
Job.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
Job |
Job.withLastModifiedOn(Date lastModifiedOn)
The last point in time when this job definition was modified.
|
Job |
Job.withLogUri(String logUri)
This field is reserved for future use.
|
Job |
Job.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
Job |
Job.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job after a JobRun fails.
|
Job |
Job.withName(String name)
The name you assign to this job definition.
|
Job |
Job.withNonOverridableArguments(Map<String,String> nonOverridableArguments)
Non-overridable arguments for this job, specified as name-value pairs.
|
Job |
Job.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
Job |
Job.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
Job |
Job.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
Job |
Job.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job. |
Job |
Job.withTimeout(Integer timeout)
The job timeout in minutes.
|
Job |
Job.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
Job |
Job.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
BatchGetJobsResult.getJobs()
A list of job definitions.
|
List<Job> |
GetJobsResult.getJobs()
A list of job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setJob(Job job)
The requested job definition.
|
GetJobResult |
GetJobResult.withJob(Job job)
The requested job definition.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Job... jobs)
A list of job definitions.
|
GetJobsResult |
GetJobsResult.withJobs(Job... jobs)
A list of job definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetJobsResult.setJobs(Collection<Job> jobs)
A list of job definitions.
|
void |
GetJobsResult.setJobs(Collection<Job> jobs)
A list of job definitions.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Collection<Job> jobs)
A list of job definitions.
|
GetJobsResult |
GetJobsResult.withJobs(Collection<Job> jobs)
A list of job definitions.
|
Copyright © 2021. All rights reserved.