JobUpdate.Builder |
JobUpdate.Builder.allocatedCapacity(Integer allocatedCapacity) |
Deprecated.
|
static JobUpdate.Builder |
JobUpdate.builder() |
|
JobUpdate.Builder |
JobUpdate.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 JobUpdate.Builder |
JobUpdate.Builder.command(Consumer<JobCommand.Builder> command) |
The JobCommand that runs this job (required).
|
JobUpdate.Builder |
JobUpdate.Builder.command(JobCommand command) |
The JobCommand that runs this job (required).
|
default JobUpdate.Builder |
JobUpdate.Builder.connections(Consumer<ConnectionsList.Builder> connections) |
The connections used for this job.
|
JobUpdate.Builder |
JobUpdate.Builder.connections(ConnectionsList connections) |
The connections used for this job.
|
JobUpdate.Builder |
JobUpdate.Builder.defaultArguments(Map<String,String> defaultArguments) |
The default arguments for every run of this job, specified as name-value pairs.
|
JobUpdate.Builder |
JobUpdate.Builder.description(String description) |
Description of the job being defined.
|
JobUpdate.Builder |
JobUpdate.Builder.executionClass(String executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
JobUpdate.Builder |
JobUpdate.Builder.executionClass(ExecutionClass executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
default JobUpdate.Builder |
JobUpdate.Builder.executionProperty(Consumer<ExecutionProperty.Builder> executionProperty) |
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
JobUpdate.Builder |
JobUpdate.Builder.executionProperty(ExecutionProperty executionProperty) |
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
JobUpdate.Builder |
JobUpdate.Builder.glueVersion(String glueVersion) |
In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue
available in a job.
|
JobUpdate.Builder |
JobUpdate.Builder.jobMode(String jobMode) |
A mode that describes how a job was created.
|
JobUpdate.Builder |
JobUpdate.Builder.jobMode(JobMode jobMode) |
A mode that describes how a job was created.
|
JobUpdate.Builder |
JobUpdate.Builder.jobRunQueuingEnabled(Boolean jobRunQueuingEnabled) |
Specifies whether job run queuing is enabled for the job runs for this job.
|
JobUpdate.Builder |
JobUpdate.Builder.logUri(String logUri) |
This field is reserved for future use.
|
JobUpdate.Builder |
JobUpdate.Builder.maintenanceWindow(String maintenanceWindow) |
This field specifies a day of the week and hour for a maintenance window for streaming jobs.
|
JobUpdate.Builder |
JobUpdate.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.
|
JobUpdate.Builder |
JobUpdate.Builder.maxRetries(Integer maxRetries) |
The maximum number of times to retry this job if it fails.
|
JobUpdate.Builder |
JobUpdate.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 JobUpdate.Builder |
JobUpdate.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty) |
Specifies the configuration properties of a job notification.
|
JobUpdate.Builder |
JobUpdate.Builder.notificationProperty(NotificationProperty notificationProperty) |
Specifies the configuration properties of a job notification.
|
JobUpdate.Builder |
JobUpdate.Builder.numberOfWorkers(Integer numberOfWorkers) |
The number of workers of a defined workerType that are allocated when a job runs.
|
JobUpdate.Builder |
JobUpdate.Builder.role(String role) |
The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).
|
JobUpdate.Builder |
JobUpdate.Builder.securityConfiguration(String securityConfiguration) |
The name of the SecurityConfiguration structure to be used with this job.
|
default JobUpdate.Builder |
JobUpdate.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.
|
JobUpdate.Builder |
JobUpdate.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.
|
JobUpdate.Builder |
JobUpdate.Builder.timeout(Integer timeout) |
The job timeout in minutes.
|
JobUpdate.Builder |
JobUpdate.toBuilder() |
|
JobUpdate.Builder |
JobUpdate.Builder.workerType(String workerType) |
The type of predefined worker that is allocated when a job runs.
|
JobUpdate.Builder |
JobUpdate.Builder.workerType(WorkerType workerType) |
The type of predefined worker that is allocated when a job runs.
|