| Modifier and Type | Method and Description |
|---|---|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.arraySize(Number arraySize)
The array size can be between 2 and 10,000.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.attempts(Number attempts)
The number of times to move a job to the RUNNABLE status.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.comment(String comment)
An optional description for this state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.containerOverrides(BatchContainerOverrides 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 BatchSubmitJob.Builder |
BatchSubmitJob.Builder.create(software.constructs.Construct scope,
String id) |
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.dependsOn(List<? extends BatchJobDependency> dependsOn)
A list of dependencies for the job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobDefinition(IJobDefinition jobDefinition)
The job definition used by this job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobName(String jobName)
The name of the job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobQueue(IJobQueue jobQueue)
The job queue into which the job is submitted.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
The payload to be passed as parameters to the batch job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2020. All rights reserved.