| Modifier and Type | Method and Description |
|---|---|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.arguments(Map<String,String> arguments)
The job arguments specifically for this run.
|
static RunGlueJobTask.Builder |
RunGlueJobTask.Builder.create(String glueJobName)
EXPERIMENTAL
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
The service integration pattern indicates different ways to start the Glue job.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.notifyDelayAfter(Duration notifyDelayAfter)
After a job run starts, the number of minutes to wait before sending a job run delay notification.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.securityConfiguration(String securityConfiguration)
The name of the SecurityConfiguration structure to be used with this job run.
|
RunGlueJobTask.Builder |
RunGlueJobTask.Builder.timeout(Duration timeout)
The job run timeout.
|
Copyright © 2020. All rights reserved.