@Stability(value=Deprecated) @Deprecated public static final class RunBatchJob.Builder extends Object implements software.amazon.jsii.Builder<RunBatchJob>
RunBatchJob.| Modifier and Type | Method and Description |
|---|---|
RunBatchJob.Builder |
arraySize(Number arraySize)
Deprecated.
|
RunBatchJob.Builder |
attempts(Number attempts)
Deprecated.
|
RunBatchJob |
build()
Deprecated.
|
RunBatchJob.Builder |
containerOverrides(ContainerOverrides containerOverrides)
Deprecated.
|
static RunBatchJob.Builder |
create()
Deprecated.
|
RunBatchJob.Builder |
dependsOn(List<? extends JobDependency> dependsOn)
Deprecated.
|
RunBatchJob.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunBatchJob.Builder |
jobDefinitionArn(String jobDefinitionArn)
Deprecated.
|
RunBatchJob.Builder |
jobName(String jobName)
Deprecated.
|
RunBatchJob.Builder |
jobQueueArn(String jobQueueArn)
Deprecated.
|
RunBatchJob.Builder |
payload(Map<String,? extends Object> payload)
Deprecated.
|
RunBatchJob.Builder |
timeout(Duration timeout)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static RunBatchJob.Builder create()
RunBatchJob.Builder.@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder jobDefinitionArn(String jobDefinitionArn)
jobDefinitionArn - The arn of the job definition used by this job. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder jobName(String jobName)
The first character must be alphanumeric, and up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
jobName - The name of the job. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder jobQueueArn(String jobQueueArn)
jobQueueArn - The arn of the job queue into which the job is submitted. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder arraySize(Number arraySize)
If you specify array properties for a job, it becomes an array job. For more information, see Array Jobs in the AWS Batch User Guide.
Default: - No array size
arraySize - The array size can be between 2 and 10,000. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder attempts(Number attempts)
You may specify between 1 and 10 attempts. If the value of attempts is greater than one, the job is retried on failure the same number of attempts as the value.
Default: - 1
attempts - The number of times to move a job to the RUNNABLE status. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder containerOverrides(ContainerOverrides containerOverrides)
Default: - No container overrides
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. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder dependsOn(List<? extends JobDependency> dependsOn)
A job can depend upon a maximum of 20 jobs.
Default: - No dependencies
dependsOn - A list of dependencies for the job. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
The valid value is either FIRE_AND_FORGET or SYNC.
Default: SYNC
integrationPattern - The service integration pattern indicates different ways to call TerminateCluster. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder payload(Map<String,? extends Object> payload)
Default: - No parameters are passed
payload - The payload to be passed as parametrs to the batch job. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob.Builder timeout(Duration timeout)
The minimum value for the timeout is 60 seconds.
Default: - No timeout
timeout - The timeout configuration for this SubmitJob operation. This parameter is required.this@Stability(value=Deprecated) @Deprecated public RunBatchJob build()
build in interface software.amazon.jsii.Builder<RunBatchJob>Copyright © 2022. All rights reserved.