| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateJobResult> |
AWSGlueAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSGlueAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
Creates a new job.
|
Future<CreateJobResult> |
AbstractAWSGlueAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest |
CreateJobRequest.addDefaultArgumentsEntry(String key,
String value) |
CreateJobRequest |
CreateJobRequest.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this Job.
|
CreateJobRequest |
CreateJobRequest.withCommand(JobCommand command)
The JobCommand that executes this job.
|
CreateJobRequest |
CreateJobRequest.withConnections(ConnectionsList connections)
The connections used for this job.
|
CreateJobRequest |
CreateJobRequest.withDefaultArguments(Map<String,String> defaultArguments)
The default arguments for this job.
|
CreateJobRequest |
CreateJobRequest.withDescription(String description)
Description of the job.
|
CreateJobRequest |
CreateJobRequest.withExecutionProperty(ExecutionProperty executionProperty)
An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.
|
CreateJobRequest |
CreateJobRequest.withLogUri(String logUri)
This field is reserved for future use.
|
CreateJobRequest |
CreateJobRequest.withMaxRetries(Integer maxRetries)
The maximum number of times to retry this job if it fails.
|
CreateJobRequest |
CreateJobRequest.withName(String name)
The name you assign to this job.
|
CreateJobRequest |
CreateJobRequest.withRole(String role)
The name of the IAM role associated with this job.
|
Copyright © 2018. All rights reserved.