| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
Job.Builder.allocatedCapacity(Integer allocatedCapacity)
This field is deprecated.
|
static Job.Builder |
Job.builder() |
default Job.Builder |
Job.Builder.command(Consumer<JobCommand.Builder> command)
The
JobCommand that executes this job. |
Job.Builder |
Job.Builder.command(JobCommand command)
The
JobCommand that executes this job. |
Job.Builder |
Job.Builder.connections(ConnectionsList connections)
The connections used for this job.
|
default Job.Builder |
Job.Builder.connections(Consumer<ConnectionsList.Builder> 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 this job, specified as name-value pairs.
|
Job.Builder |
Job.Builder.description(String description)
A description of the job.
|
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)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
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.maxCapacity(Double maxCapacity)
The number of AWS 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)
Non-overridable arguments for this job, 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.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. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Job.Builder> |
Job.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJobResponse.Builder |
GetJobResponse.Builder.job(Consumer<Job.Builder> job)
The requested job definition.
|
Copyright © 2020. All rights reserved.