Job.Builder |
Job.Builder.allocatedCapacity(Integer allocatedCapacity) |
Deprecated.
|
static Job.Builder |
Job.builder() |
|
Job.Builder |
Job.Builder.codeGenConfigurationNodes(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.
|
default Job.Builder |
Job.Builder.command(Consumer<JobCommand.Builder> command) |
The JobCommand that runs this job.
|
Job.Builder |
Job.Builder.command(JobCommand command) |
The JobCommand that runs this job.
|
default Job.Builder |
Job.Builder.connections(Consumer<ConnectionsList.Builder> connections) |
The connections used for this job.
|
Job.Builder |
Job.Builder.connections(ConnectionsList connections) |
The connections used for this job.
|
Job.Builder |
Job.Builder.createdOn(Instant createdOn) |
The time and date that this job definition was created.
|
Job.Builder |
Job.Builder.defaultArguments(Map<String,String> defaultArguments) |
The default arguments for every run of this job, specified as name-value pairs.
|
Job.Builder |
Job.Builder.description(String description) |
A description of the job.
|
Job.Builder |
Job.Builder.executionClass(String executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
Job.Builder |
Job.Builder.executionClass(ExecutionClass executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
default Job.Builder |
Job.Builder.executionProperty(Consumer<ExecutionProperty.Builder> executionProperty) |
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
Job.Builder |
Job.Builder.executionProperty(ExecutionProperty executionProperty) |
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
Job.Builder |
Job.Builder.glueVersion(String glueVersion) |
In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue
available in a job.
|
Job.Builder |
Job.Builder.jobMode(String jobMode) |
A mode that describes how a job was created.
|
Job.Builder |
Job.Builder.jobMode(JobMode jobMode) |
A mode that describes how a job was created.
|
Job.Builder |
Job.Builder.jobRunQueuingEnabled(Boolean jobRunQueuingEnabled) |
Specifies whether job run queuing is enabled for the job runs for this job.
|
Job.Builder |
Job.Builder.lastModifiedOn(Instant lastModifiedOn) |
The last point in time when this job definition was modified.
|
Job.Builder |
Job.Builder.logUri(String logUri) |
This field is reserved for future use.
|
Job.Builder |
Job.Builder.maintenanceWindow(String maintenanceWindow) |
This field specifies a day of the week and hour for a maintenance window for streaming jobs.
|
Job.Builder |
Job.Builder.maxCapacity(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.Builder |
Job.Builder.maxRetries(Integer maxRetries) |
The maximum number of times to retry this job after a JobRun fails.
|
Job.Builder |
Job.Builder.name(String name) |
The name you assign to this job definition.
|
Job.Builder |
Job.Builder.nonOverridableArguments(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.
|
default Job.Builder |
Job.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty) |
Specifies configuration properties of a job notification.
|
Job.Builder |
Job.Builder.notificationProperty(NotificationProperty notificationProperty) |
Specifies configuration properties of a job notification.
|
Job.Builder |
Job.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of workers of a defined workerType that are allocated when a job runs.
|
Job.Builder |
Job.Builder.profileName(String profileName) |
The name of an Glue usage profile associated with the job.
|
Job.Builder |
Job.Builder.role(String role) |
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
Job.Builder |
Job.Builder.securityConfiguration(String securityConfiguration) |
The name of the SecurityConfiguration structure to be used with this job.
|
default Job.Builder |
Job.Builder.sourceControlDetails(Consumer<SourceControlDetails.Builder> sourceControlDetails) |
The details for a source control configuration for a job, allowing synchronization of job artifacts to or
from a remote repository.
|
Job.Builder |
Job.Builder.sourceControlDetails(SourceControlDetails sourceControlDetails) |
The details for a source control configuration for a job, allowing synchronization of job artifacts to or
from a remote repository.
|
Job.Builder |
Job.Builder.timeout(Integer timeout) |
The job timeout in minutes.
|
Job.Builder |
Job.toBuilder() |
|
Job.Builder |
Job.Builder.workerType(String workerType) |
The type of predefined worker that is allocated when a job runs.
|
Job.Builder |
Job.Builder.workerType(WorkerType workerType) |
The type of predefined worker that is allocated when a job runs.
|