Package | Description |
---|---|
software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
Modifier and Type | Method and Description |
---|---|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.arraySize(Number arraySize)
(experimental) The array size can be between 2 and 10,000.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.attempts(Number attempts)
(experimental) The number of times to move a job to the RUNNABLE status.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.comment(String comment)
(experimental) An optional description for this state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.containerOverrides(BatchContainerOverrides containerOverrides)
(experimental) 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)
(experimental) A list of dependencies for the job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobDefinitionArn(String jobDefinitionArn)
(experimental) The arn of the job definition used by this job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobName(String jobName)
(experimental) The name of the job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.jobQueueArn(String jobQueueArn)
(experimental) The arn of the job queue into which the job is submitted.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.payload(TaskInput payload)
(experimental) The payload to be passed as parameters to the batch job.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
BatchSubmitJob.Builder |
BatchSubmitJob.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
Copyright © 2021. All rights reserved.