Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobUpdate |
JobUpdate.addDefaultArgumentsEntry(String key,
String value) |
JobUpdate |
JobUpdate.addNonOverridableArgumentsEntry(String key,
String value) |
JobUpdate |
JobUpdate.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
JobUpdate |
JobUpdate.clearNonOverridableArgumentsEntries()
Removes all the entries added into NonOverridableArguments.
|
JobUpdate |
JobUpdate.clone() |
JobUpdate |
UpdateJobRequest.getJobUpdate()
Specifies the values with which to update the job definition.
|
JobUpdate |
JobUpdate.withAllocatedCapacity(Integer allocatedCapacity)
Deprecated.
|
JobUpdate |
JobUpdate.withCommand(JobCommand command)
The
JobCommand that executes this job (required). |
JobUpdate |
JobUpdate.withConnections(ConnectionsList connections)
The connections used for this job.
|
JobUpdate |
JobUpdate.withDefaultArguments(Map<String,String> defaultArguments)
The default arguments for this job.
|
JobUpdate |
JobUpdate.withDescription(String description)
Description of the job being defined.
|
JobUpdate |
JobUpdate.withExecutionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
JobUpdate |
JobUpdate.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
JobUpdate |
JobUpdate.withLogUri(String logUri)
This field is reserved for future use.
|
JobUpdate |
JobUpdate.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
JobUpdate |
JobUpdate.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
JobUpdate |
JobUpdate.withNonOverridableArguments(Map<String,String> nonOverridableArguments)
Non-overridable arguments for this job, specified as name-value pairs.
|
JobUpdate |
JobUpdate.withNotificationProperty(NotificationProperty notificationProperty)
Specifies the configuration properties of a job notification.
|
JobUpdate |
JobUpdate.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
JobUpdate |
JobUpdate.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).
|
JobUpdate |
JobUpdate.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job. |
JobUpdate |
JobUpdate.withTimeout(Integer timeout)
The job timeout in minutes.
|
JobUpdate |
JobUpdate.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
JobUpdate |
JobUpdate.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateJobRequest.setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
|
UpdateJobRequest |
UpdateJobRequest.withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job definition.
|
Copyright © 2020. All rights reserved.