| Modifier and Type | Method and Description |
|---|---|
RunBatchJob.Builder |
RunBatchJob.Builder.arraySize(Number arraySize)
The array size can be between 2 and 10,000.
|
RunBatchJob.Builder |
RunBatchJob.Builder.attempts(Number attempts)
The number of times to move a job to the RUNNABLE status.
|
RunBatchJob.Builder |
RunBatchJob.Builder.containerOverrides(ContainerOverrides containerOverrides)
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.
|
static RunBatchJob.Builder |
RunBatchJob.Builder.create()
EXPERIMENTAL
|
RunBatchJob.Builder |
RunBatchJob.Builder.dependsOn(List<JobDependency> dependsOn)
A list of dependencies for the job.
|
RunBatchJob.Builder |
RunBatchJob.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to call TerminateCluster.
|
RunBatchJob.Builder |
RunBatchJob.Builder.jobDefinition(IJobDefinition jobDefinition)
The job definition used by this job.
|
RunBatchJob.Builder |
RunBatchJob.Builder.jobName(String jobName)
The name of the job.
|
RunBatchJob.Builder |
RunBatchJob.Builder.jobQueue(IJobQueue jobQueue)
The job queue into which the job is submitted.
|
RunBatchJob.Builder |
RunBatchJob.Builder.payload(Map<String,Object> payload)
The payload to be passed as parametrs to the batch job.
|
RunBatchJob.Builder |
RunBatchJob.Builder.timeout(Duration timeout)
The timeout configuration for this SubmitJob operation.
|
Copyright © 2020. All rights reserved.