@Stability(value=Deprecated) @Deprecated public static final class RunGlueJobTask.Builder extends Object implements software.amazon.jsii.Builder<RunGlueJobTask>
RunGlueJobTask.| Modifier and Type | Method and Description |
|---|---|
RunGlueJobTask.Builder |
arguments(Map<String,String> arguments)
Deprecated.
|
RunGlueJobTask |
build()
Deprecated.
|
static RunGlueJobTask.Builder |
create(String glueJobName)
Deprecated.
|
RunGlueJobTask.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTask.Builder |
notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
RunGlueJobTask.Builder |
securityConfiguration(String securityConfiguration)
Deprecated.
|
RunGlueJobTask.Builder |
timeout(Duration timeout)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static RunGlueJobTask.Builder create(String glueJobName)
glueJobName - This parameter is required.RunGlueJobTask.Builder.@Stability(value=Deprecated) @Deprecated public RunGlueJobTask.Builder arguments(Map<String,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@Stability(value=Deprecated) @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@Stability(value=Deprecated) @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@Stability(value=Deprecated) @Deprecated public RunGlueJobTask.Builder securityConfiguration(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@Stability(value=Deprecated) @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@Stability(value=Deprecated) @Deprecated public RunGlueJobTask build()
build in interface software.amazon.jsii.Builder<RunGlueJobTask>Copyright © 2020. All rights reserved.