StartJobRunRequest.Builder |
StartJobRunRequest.Builder.allocatedCapacity(Integer allocatedCapacity) |
Deprecated.
|
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(String executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionClass(ExecutionClass executionClass) |
Indicates whether the job is run with a standard or flexible execution class.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionRoleSessionPolicy(String executionRoleSessionPolicy) |
This inline session policy to the StartJobRun API allows you to dynamically restrict the permissions of the
specified execution role for the scope of the job, without requiring the creation of additional IAM roles.
|
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.jobRunQueuingEnabled(Boolean jobRunQueuingEnabled) |
Specifies whether job run queuing is enabled for the job run.
|
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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|