Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StartJobRunResult> |
AWSGlueAsync.startJobRunAsync(StartJobRunRequest startJobRunRequest,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Starts a job run using a job definition.
|
Future<StartJobRunResult> |
AbstractAWSGlueAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AWSGlueAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartJobRunRequest |
StartJobRunRequest.addArgumentsEntry(String key,
String value) |
StartJobRunRequest |
StartJobRunRequest.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
StartJobRunRequest |
StartJobRunRequest.clone() |
StartJobRunRequest |
StartJobRunRequest.withAllocatedCapacity(Integer allocatedCapacity)
Deprecated.
|
StartJobRunRequest |
StartJobRunRequest.withArguments(Map<String,String> arguments)
The job arguments specifically for this run.
|
StartJobRunRequest |
StartJobRunRequest.withJobName(String jobName)
The name of the job definition to use.
|
StartJobRunRequest |
StartJobRunRequest.withJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
|
StartJobRunRequest |
StartJobRunRequest.withMaxCapacity(Double maxCapacity)
The number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.
|
StartJobRunRequest |
StartJobRunRequest.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
StartJobRunRequest |
StartJobRunRequest.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
StartJobRunRequest |
StartJobRunRequest.withSecurityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
StartJobRunRequest |
StartJobRunRequest.withTimeout(Integer timeout)
The JobRun timeout in minutes.
|
StartJobRunRequest |
StartJobRunRequest.withWorkerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
StartJobRunRequest |
StartJobRunRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2019. All rights reserved.