Package | Description |
---|---|
software.amazon.awssdk.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.allocatedCapacity(Integer allocatedCapacity)
Deprecated.
This property is deprecated, use MaxCapacity instead.
|
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. |
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.
|
Job.Builder |
Job.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
Job.Builder |
Job.Builder.executionClass(String 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)
Glue version determines the versions of Apache Spark and Python that 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)
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)
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. |
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.
|
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 © 2022. All rights reserved.