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 definition.
|
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.addTagsEntry(String key,
String value) |
CreateJobRequest |
CreateJobRequest.clearDefaultArgumentsEntries()
Removes all the entries added into DefaultArguments.
|
CreateJobRequest |
CreateJobRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateJobRequest |
CreateJobRequest.clone() |
CreateJobRequest |
CreateJobRequest.withAllocatedCapacity(Integer allocatedCapacity)
Deprecated.
|
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 being defined.
|
CreateJobRequest |
CreateJobRequest.withExecutionProperty(ExecutionProperty executionProperty)
An
ExecutionProperty specifying the maximum number of concurrent runs allowed for this job. |
CreateJobRequest |
CreateJobRequest.withGlueVersion(String glueVersion)
Glue version determines the versions of Apache Spark and Python that AWS Glue supports.
|
CreateJobRequest |
CreateJobRequest.withLogUri(String logUri)
This field is reserved for future use.
|
CreateJobRequest |
CreateJobRequest.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
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 definition.
|
CreateJobRequest |
CreateJobRequest.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job notification.
|
CreateJobRequest |
CreateJobRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
CreateJobRequest |
CreateJobRequest.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role associated with this job.
|
CreateJobRequest |
CreateJobRequest.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job. |
CreateJobRequest |
CreateJobRequest.withTags(Map<String,String> tags)
The tags to use with this job.
|
CreateJobRequest |
CreateJobRequest.withTimeout(Integer timeout)
The job timeout in minutes.
|
CreateJobRequest |
CreateJobRequest.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateJobRequest |
CreateJobRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2020. All rights reserved.