| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartJobRunResponse> |
GlueAsyncClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run using a job definition.
|
default StartJobRunResponse |
GlueClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run using a job definition.
|
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.allocatedCapacity(Integer allocatedCapacity)
Deprecated.
This property is deprecated, use MaxCapacity instead.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.arguments(Map<String,String> arguments)
The job arguments associated with this run.
|
static StartJobRunRequest.Builder |
StartJobRunRequest.builder() |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionClass(ExecutionClass executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionClass(String executionClass)
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobName(String jobName)
The name of the job definition to use.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobRunId(String jobRunId)
The ID of a previous
JobRun to retry. |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.maxCapacity(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.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.notificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.numberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when a job runs. |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this job run. |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.timeout(Integer timeout)
The
JobRun timeout in minutes. |
StartJobRunRequest.Builder |
StartJobRunRequest.toBuilder() |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.workerType(String workerType)
The type of predefined worker that is allocated when a job runs.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartJobRunRequest.Builder> |
StartJobRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.