| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.allocatedCapacity(Integer allocatedCapacity)
Deprecated.
This property is deprecated, use MaxCapacity instead.
|
JobRun.Builder |
JobRun.Builder.arguments(Map<String,String> arguments)
The job arguments associated with this run.
|
JobRun.Builder |
JobRun.Builder.attempt(Integer attempt)
The number of the attempt to run this job.
|
static JobRun.Builder |
JobRun.builder() |
JobRun.Builder |
JobRun.Builder.completedOn(Instant completedOn)
The date and time that this job run completed.
|
JobRun.Builder |
JobRun.Builder.dpuSeconds(Double dpuSeconds)
This field populates only for Auto Scaling job runs, and represents the total time each executor ran during
the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for
G.1X, 2 for
G.2X, or 0.25 for G.025X workers). |
JobRun.Builder |
JobRun.Builder.errorMessage(String errorMessage)
An error message associated with this job run.
|
JobRun.Builder |
JobRun.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun.Builder |
JobRun.Builder.executionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
JobRun.Builder |
JobRun.Builder.executionTime(Integer executionTime)
The amount of time (in seconds) that the job run consumed resources.
|
JobRun.Builder |
JobRun.Builder.glueVersion(String glueVersion)
In Spark jobs,
GlueVersion determines the versions of Apache Spark and Python that Glue
available in a job. |
JobRun.Builder |
JobRun.Builder.id(String id)
The ID of this job run.
|
JobRun.Builder |
JobRun.Builder.jobName(String jobName)
The name of the job definition being used in this run.
|
JobRun.Builder |
JobRun.Builder.jobRunState(JobRunState jobRunState)
The current state of the job run.
|
JobRun.Builder |
JobRun.Builder.jobRunState(String jobRunState)
The current state of the job run.
|
JobRun.Builder |
JobRun.Builder.lastModifiedOn(Instant lastModifiedOn)
The last time that this job run was modified.
|
JobRun.Builder |
JobRun.Builder.logGroupName(String logGroupName)
The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using
KMS.
|
JobRun.Builder |
JobRun.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.
|
default JobRun.Builder |
JobRun.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
JobRun.Builder |
JobRun.Builder.notificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
JobRun.Builder |
JobRun.Builder.numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
JobRun.Builder |
JobRun.Builder.predecessorRuns(Collection<Predecessor> predecessorRuns)
A list of predecessors to this job run.
|
JobRun.Builder |
JobRun.Builder.predecessorRuns(Consumer<Predecessor.Builder>... predecessorRuns)
A list of predecessors to this job run.
|
JobRun.Builder |
JobRun.Builder.predecessorRuns(Predecessor... predecessorRuns)
A list of predecessors to this job run.
|
JobRun.Builder |
JobRun.Builder.previousRunId(String previousRunId)
The ID of the previous run of this job.
|
JobRun.Builder |
JobRun.Builder.securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job run. |
JobRun.Builder |
JobRun.Builder.startedOn(Instant startedOn)
The date and time at which this job run was started.
|
JobRun.Builder |
JobRun.Builder.timeout(Integer timeout)
The
JobRun timeout in minutes. |
JobRun.Builder |
JobRun.toBuilder() |
JobRun.Builder |
JobRun.Builder.triggerName(String triggerName)
The name of the trigger that started this job run.
|
JobRun.Builder |
JobRun.Builder.workerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
JobRun.Builder |
JobRun.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 JobRun.Builder> |
JobRun.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJobRunResponse.Builder |
GetJobRunResponse.Builder.jobRun(Consumer<JobRun.Builder> jobRun)
The requested job-run metadata.
|
Copyright © 2023. All rights reserved.