| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JobUpdate |
JobUpdate.addDefaultArgumentsEntry(String key,
String value) |
JobUpdate |
JobUpdate.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
JobUpdate |
JobUpdate.clone() |
JobUpdate |
UpdateJobRequest.getJobUpdate()
Specifies the values with which to update the job.
|
JobUpdate |
JobUpdate.withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this Job.
|
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.
|
JobUpdate |
JobUpdate.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
JobUpdate |
JobUpdate.withLogUri(String logUri)
This field is reserved for future use.
|
JobUpdate |
JobUpdate.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
JobUpdate |
JobUpdate.withRole(String role)
The name of the IAM role associated with this job (required).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateJobRequest.setJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
|
UpdateJobRequest |
UpdateJobRequest.withJobUpdate(JobUpdate jobUpdate)
Specifies the values with which to update the job.
|
Copyright © 2018. All rights reserved.