Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<StartJobRunResult> |
AbstractAWSGlueAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AWSGlueAsync.startJobRunAsync(StartJobRunRequest startJobRunRequest,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Starts a job run using a job definition.
|
Future<StartJobRunResult> |
AWSGlueAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartJobRunRequest |
StartJobRunRequest.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
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 associated with this run.
|
StartJobRunRequest |
StartJobRunRequest.withExecutionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest |
StartJobRunRequest.withExecutionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
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)
For Glue version 1.0 or earlier jobs, using the standard worker type, the number of 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 © 2023. All rights reserved.