Class RunGlueJobTaskProps.Builder
java.lang.Object
software.amazon.awscdk.services.stepfunctions.tasks.RunGlueJobTaskProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RunGlueJobTaskProps>
- Enclosing interface:
- RunGlueJobTaskProps
@Stability(Deprecated)
@Deprecated
public static final class RunGlueJobTaskProps.Builder
extends Object
implements software.amazon.jsii.Builder<RunGlueJobTaskProps>
Deprecated.
A builder for
RunGlueJobTaskProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()Deprecated.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.notifyDelayAfter(Duration notifyDelayAfter) Deprecated.securityConfiguration(String securityConfiguration) Deprecated.Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
arguments
@Stability(Deprecated) @Deprecated public RunGlueJobTaskProps.Builder arguments(Map<String, String> arguments) Deprecated.Sets the value ofRunGlueJobTaskProps.getArguments()- Parameters:
arguments- The job arguments specifically for this run. For this job run, they replace the default arguments set in the job definition itself.- Returns:
this
-
integrationPattern
@Stability(Deprecated) @Deprecated public RunGlueJobTaskProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofRunGlueJobTaskProps.getIntegrationPattern()- Parameters:
integrationPattern- The service integration pattern indicates different ways to start the Glue job. The valid value for Glue is either FIRE_AND_FORGET or SYNC.- Returns:
this
-
notifyDelayAfter
@Stability(Deprecated) @Deprecated public RunGlueJobTaskProps.Builder notifyDelayAfter(Duration notifyDelayAfter) Deprecated.Sets the value ofRunGlueJobTaskProps.getNotifyDelayAfter()- Parameters:
notifyDelayAfter- After a job run starts, the number of minutes to wait before sending a job run delay notification. Must be at least 1 minute.- Returns:
this
-
securityConfiguration
@Stability(Deprecated) @Deprecated public RunGlueJobTaskProps.Builder securityConfiguration(String securityConfiguration) Deprecated.Sets the value ofRunGlueJobTaskProps.getSecurityConfiguration()- Parameters:
securityConfiguration- The name of the SecurityConfiguration structure to be used with this job run. This must match the Glue API single-line string pattern.- Returns:
this
-
timeout
Deprecated.Sets the value ofRunGlueJobTaskProps.getTimeout()- Parameters:
timeout- 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.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RunGlueJobTaskProps>- Returns:
- a new instance of
RunGlueJobTaskProps - Throws:
NullPointerException- if any required attribute was not provided
-