@Deprecated
public static final class RunGlueJobTask.Builder
extends java.lang.Object
RunGlueJobTask
.Modifier and Type | Method and Description |
---|---|
RunGlueJobTask.Builder |
arguments(java.util.Map<java.lang.String,java.lang.String> arguments)
Deprecated.
|
RunGlueJobTask |
build()
Deprecated.
|
static RunGlueJobTask.Builder |
create(java.lang.String glueJobName)
Deprecated.
|
RunGlueJobTask.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTask.Builder |
notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
RunGlueJobTask.Builder |
securityConfiguration(java.lang.String securityConfiguration)
Deprecated.
|
RunGlueJobTask.Builder |
timeout(Duration timeout)
Deprecated.
|
@Deprecated public static RunGlueJobTask.Builder create(java.lang.String glueJobName)
glueJobName
- This parameter is required.RunGlueJobTask.Builder
.@Deprecated public RunGlueJobTask.Builder arguments(java.util.Map<java.lang.String,java.lang.String> arguments)
For this job run, they replace the default arguments set in the job definition itself.
Default: - Default arguments set in the job definition
arguments
- The job arguments specifically for this run. This parameter is required.this
@Deprecated public RunGlueJobTask.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
The valid value for Glue is either FIRE_AND_FORGET or SYNC.
Default: FIRE_AND_FORGET
integrationPattern
- The service integration pattern indicates different ways to start the Glue job. This parameter is required.this
@Deprecated public RunGlueJobTask.Builder notifyDelayAfter(Duration notifyDelayAfter)
Must be at least 1 minute.
Default: - Default delay set in the job definition
notifyDelayAfter
- After a job run starts, the number of minutes to wait before sending a job run delay notification. This parameter is required.this
@Deprecated public RunGlueJobTask.Builder securityConfiguration(java.lang.String securityConfiguration)
This must match the Glue API single-line string pattern.
Default: - Default configuration set in the job definition
securityConfiguration
- The name of the SecurityConfiguration structure to be used with this job run. This parameter is required.this
@Deprecated public RunGlueJobTask.Builder timeout(Duration 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
timeout
- The job run timeout. This parameter is required.this
@Deprecated public RunGlueJobTask build()