Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.GlueStartJobRun.Builder
-
Uses of GlueStartJobRun.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionThe job arguments specifically for this run.An optional description for this state.static GlueStartJobRun.Builder
GlueStartJobRun.Builder.glueJobName
(String glueJobName) Glue job name.Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.GlueStartJobRun.Builder.integrationPattern
(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.GlueStartJobRun.Builder.notifyDelayAfter
(Duration notifyDelayAfter) After a job run starts, the number of minutes to wait before sending a job run delay notification.GlueStartJobRun.Builder.outputPath
(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.GlueStartJobRun.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.GlueStartJobRun.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.GlueStartJobRun.Builder.securityConfiguration
(String securityConfiguration) The name of the SecurityConfiguration structure to be used with this job run.Timeout for the state machine.