| Modifier and Type | Method and Description |
|---|---|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.applicationConfig(List<? extends ApplicationConfiguration> applicationConfig)
The configurations for the application running in the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.comment(String comment)
An optional description for this state.
|
static EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.create(software.constructs.Construct scope,
String id) |
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.executionRole(IRole executionRole)
The execution role for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.jobDriver(JobDriver jobDriver)
The job driver for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.jobName(String jobName)
The name of the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.monitoring(Monitoring monitoring)
Configuration for monitoring the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.releaseLabel(ReleaseLabel releaseLabel)
The Amazon EMR release version to use for the job run.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.resultSelector(Map<String,? extends Object> resultSelector)
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.tags(Map<String,String> tags)
The tags assigned to job runs.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
EmrContainersStartJobRun.Builder |
EmrContainersStartJobRun.Builder.virtualCluster(VirtualClusterInput virtualCluster)
The ID of the virtual cluster where the job will be run.
|
Copyright © 2023. All rights reserved.