Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Job |
Job.addCodeGenConfigurationNodesEntry(String key,
CodeGenConfigurationNode value)
Add a single CodeGenConfigurationNodes entry
|
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.clearCodeGenConfigurationNodesEntries()
Removes all the entries added into CodeGenConfigurationNodes.
|
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.withCodeGenConfigurationNodes(Map<String,CodeGenConfigurationNode> codeGenConfigurationNodes)
The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio
code generation is based.
|
Job |
Job.withCommand(JobCommand command)
The
JobCommand that runs 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 every run of this job, specified as name-value pairs.
|
Job |
Job.withDescription(String description)
A description of the job.
|
Job |
Job.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Job |
Job.withExecutionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Job |
Job.withExecutionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
Job |
Job.withGlueVersion(String glueVersion)
In Spark jobs,
GlueVersion determines the versions of Apache Spark and Python that Glue available in
a job. |
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)
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.
|
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)
Arguments for this job that are not overridden when providing job arguments in a job run, 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.withSourceControlDetails(SourceControlDetails sourceControlDetails)
The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a
remote repository.
|
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> |
GetJobsResult.getJobs()
A list of job definitions.
|
List<Job> |
BatchGetJobsResult.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.
|
GetJobsResult |
GetJobsResult.withJobs(Job... jobs)
A list of job definitions.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Job... jobs)
A list of job definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetJobsResult.setJobs(Collection<Job> jobs)
A list of job definitions.
|
void |
BatchGetJobsResult.setJobs(Collection<Job> jobs)
A list of job definitions.
|
GetJobsResult |
GetJobsResult.withJobs(Collection<Job> jobs)
A list of job definitions.
|
BatchGetJobsResult |
BatchGetJobsResult.withJobs(Collection<Job> jobs)
A list of job definitions.
|
Copyright © 2023. All rights reserved.