Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EmrContainersStartJobRun.Builder
Packages that use EmrContainersStartJobRun.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EmrContainersStartJobRun.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EmrContainersStartJobRun.BuilderModifier and TypeMethodDescriptionEmrContainersStartJobRun.Builder.applicationConfig(List<? extends ApplicationConfiguration> applicationConfig) The configurations for the application running in the job run.Workflow variables to store in this step.A comment describing 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 part of the state to be the output to this state.Used to specify and transform output from the state.EmrContainersStartJobRun.Builder.queryLanguage(QueryLanguage queryLanguage) The name of the query language used by the 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.usetaskTimeoutEmrContainersStartJobRun.Builder.virtualCluster(VirtualClusterInput virtualCluster) The ID of the virtual cluster where the job will be run.
heartbeatTimeout