Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Job |
Job.addDefaultArgumentsEntry(String key,
String value) |
Job |
Job.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
Job |
Job.clone() |
Job |
GetJobResult.getJob()
The requested job definition.
|
Job |
Job.withAllocatedCapacity(Integer allocatedCapacity)
The number of capacity units allocated to this job.
|
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 specification was created.
|
Job |
Job.withDefaultArguments(Map<String,String> defaultArguments)
The default parameters for this job.
|
Job |
Job.withDescription(String description)
Description of this job.
|
Job |
Job.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
Job |
Job.withLastModifiedOn(Date lastModifiedOn)
The last point in time when this job specification was modified.
|
Job |
Job.withLogUri(String logUri)
Location of the logs for this job.
|
Job |
Job.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
Job |
Job.withName(String name)
The name you assign to this job.
|
Job |
Job.withRole(String role)
The role associated with this job.
|
Modifier and Type | Method and Description |
---|---|
List<Job> |
GetJobsResult.getJobs()
A list of jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobResult.setJob(Job job)
The requested job definition.
|
GetJobResult |
GetJobResult.withJob(Job job)
The requested job definition.
|
GetJobsResult |
GetJobsResult.withJobs(Job... jobs)
A list of jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobsResult.setJobs(Collection<Job> jobs)
A list of jobs.
|
GetJobsResult |
GetJobsResult.withJobs(Collection<Job> jobs)
A list of jobs.
|
Copyright © 2017. All rights reserved.