Class RunGlueJobTask.Builder

java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.RunGlueJobTask.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<RunGlueJobTask>
Enclosing class:
RunGlueJobTask

@Stability(Deprecated) @Deprecated public static final class RunGlueJobTask.Builder extends Object implements software.amazon.jsii.Builder<RunGlueJobTask>
Deprecated.
(deprecated) A fluent builder for RunGlueJobTask.
  • Method Details

    • create

      @Stability(Deprecated) @Deprecated public static RunGlueJobTask.Builder create(String glueJobName)
      Deprecated.
      Parameters:
      glueJobName - This parameter is required.
      Returns:
      a new instance of RunGlueJobTask.Builder.
    • arguments

      @Stability(Deprecated) @Deprecated public RunGlueJobTask.Builder arguments(Map<String,String> arguments)
      Deprecated.
      (deprecated) The job arguments specifically for this run.

      For this job run, they replace the default arguments set in the job definition itself.

      Default: - Default arguments set in the job definition

      Parameters:
      arguments - The job arguments specifically for this run. This parameter is required.
      Returns:
      this
    • integrationPattern

      @Stability(Deprecated) @Deprecated public RunGlueJobTask.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
      Deprecated.
      (deprecated) The service integration pattern indicates different ways to start the Glue job.

      The valid value for Glue is either FIRE_AND_FORGET or SYNC.

      Default: FIRE_AND_FORGET

      Parameters:
      integrationPattern - The service integration pattern indicates different ways to start the Glue job. This parameter is required.
      Returns:
      this
    • notifyDelayAfter

      @Stability(Deprecated) @Deprecated public RunGlueJobTask.Builder notifyDelayAfter(Duration notifyDelayAfter)
      Deprecated.
      (deprecated) After a job run starts, the number of minutes to wait before sending a job run delay notification.

      Must be at least 1 minute.

      Default: - Default delay set in the job definition

      Parameters:
      notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification. This parameter is required.
      Returns:
      this
    • securityConfiguration

      @Stability(Deprecated) @Deprecated public RunGlueJobTask.Builder securityConfiguration(String securityConfiguration)
      Deprecated.
      (deprecated) The name of the SecurityConfiguration structure to be used with this job run.

      This must match the Glue API single-line string pattern.

      Default: - Default configuration set in the job definition

      Parameters:
      securityConfiguration - The name of the SecurityConfiguration structure to be used with this job run. This parameter is required.
      Returns:
      this
    • timeout

      @Stability(Deprecated) @Deprecated public RunGlueJobTask.Builder timeout(Duration timeout)
      Deprecated.
      (deprecated) The job run timeout.

      This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. Must be at least 1 minute.

      Default: - Default timeout set in the job definition

      Parameters:
      timeout - The job run timeout. This parameter is required.
      Returns:
      this
    • build

      @Stability(Deprecated) @Deprecated public RunGlueJobTask build()
      Deprecated.
      Specified by:
      build in interface software.amazon.jsii.Builder<RunGlueJobTask>
      Returns:
      a newly built instance of RunGlueJobTask.