Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.GlueStartJobRun.Builder
Packages that use GlueStartJobRun.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of GlueStartJobRun.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return GlueStartJobRun.BuilderModifier and TypeMethodDescriptionThe job arguments specifically for this run.Workflow variables to store in this step.A comment describing this state.static GlueStartJobRun.BuilderGlueStartJobRun.Builder.credentials(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.GlueStartJobRun.Builder.executionClass(ExecutionClass executionClass) The excecution class of the job.GlueStartJobRun.Builder.glueJobName(String glueJobName) Glue job name.Deprecated.GlueStartJobRun.Builder.heartbeatTimeout(Timeout heartbeatTimeout) 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 part of the state to be the output to this state.Used to specify and transform output from the state.GlueStartJobRun.Builder.queryLanguage(QueryLanguage queryLanguage) The name of the query language used by the 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.Optional name for this state.GlueStartJobRun.Builder.taskTimeout(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeoutGlueStartJobRun.Builder.workerConfiguration(WorkerConfigurationProperty workerConfiguration) The worker configuration for this run.
heartbeatTimeout