| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.arguments(Map<String,String> arguments)
The job arguments used when this trigger fires.
|
static Action.Builder |
Action.builder() |
Action.Builder |
Action.Builder.crawlerName(String crawlerName)
The name of the crawler to be used with this action.
|
Action.Builder |
Action.Builder.jobName(String jobName)
The name of a job to be run.
|
default Action.Builder |
Action.Builder.notificationProperty(Consumer<NotificationProperty.Builder> notificationProperty)
Specifies configuration properties of a job run notification.
|
Action.Builder |
Action.Builder.notificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
Action.Builder |
Action.Builder.securityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this action. |
Action.Builder |
Action.Builder.timeout(Integer timeout)
The
JobRun timeout in minutes. |
Action.Builder |
Action.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Action.Builder> |
Action.serializableBuilderClass() |
Copyright © 2023. All rights reserved.