Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrContainersStartJobRun.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrContainersStartJobRun.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionEmrContainersStartJobRun.Builder.applicationConfig
(List<? extends ApplicationConfiguration> applicationConfig) The configurations for the application running in the job run.An optional description for this state.EmrContainersStartJobRun.Builder.credentials
(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.EmrContainersStartJobRun.Builder.executionRole
(IRole executionRole) The execution role for the job run.Deprecated.EmrContainersStartJobRun.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.EmrContainersStartJobRun.Builder.integrationPattern
(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.The job driver for the job run.The name of the job run.EmrContainersStartJobRun.Builder.monitoring
(Monitoring monitoring) Configuration for monitoring the job run.EmrContainersStartJobRun.Builder.outputPath
(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.EmrContainersStartJobRun.Builder.releaseLabel
(ReleaseLabel releaseLabel) The Amazon EMR release version to use for the job run.EmrContainersStartJobRun.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.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.Optional name for this state.The tags assigned to job runs.EmrContainersStartJobRun.Builder.taskTimeout
(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
EmrContainersStartJobRun.Builder.virtualCluster
(VirtualClusterInput virtualCluster) The ID of the virtual cluster where the job will be run.
heartbeatTimeout