@Stability(value=Deprecated) @Deprecated public static final class RunGlueJobTaskProps.Builder extends Object implements software.amazon.jsii.Builder<RunGlueJobTaskProps>
RunGlueJobTaskProps
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RunGlueJobTaskProps.Builder |
arguments(Map<String,String> arguments)
Deprecated.
|
RunGlueJobTaskProps |
build()
Deprecated.
|
RunGlueJobTaskProps.Builder |
integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
|
RunGlueJobTaskProps.Builder |
notifyDelayAfter(Duration notifyDelayAfter)
Deprecated.
|
RunGlueJobTaskProps.Builder |
securityConfiguration(String securityConfiguration)
Deprecated.
|
RunGlueJobTaskProps.Builder |
timeout(Duration timeout)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps.Builder arguments(Map<String,String> arguments)
RunGlueJobTaskProps.getArguments()
arguments
- The job arguments specifically for this run.
For this job run, they replace the default arguments set in the job definition itself.this
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps.Builder integrationPattern(ServiceIntegrationPattern integrationPattern)
RunGlueJobTaskProps.getIntegrationPattern()
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.this
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps.Builder notifyDelayAfter(Duration notifyDelayAfter)
RunGlueJobTaskProps.getNotifyDelayAfter()
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.this
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps.Builder securityConfiguration(String securityConfiguration)
RunGlueJobTaskProps.getSecurityConfiguration()
securityConfiguration
- The name of the SecurityConfiguration structure to be used with this job run.
This must match the Glue API
single-line string pattern.this
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps.Builder timeout(Duration timeout)
RunGlueJobTaskProps.getTimeout()
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.this
@Stability(value=Deprecated) @Deprecated public RunGlueJobTaskProps build()
build
in interface software.amazon.jsii.Builder<RunGlueJobTaskProps>
RunGlueJobTaskProps
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.