Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.addArgumentsEntry(String key,
String value)
Add a single Arguments entry
|
Action |
Action.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
Action |
Action.clone() |
Action |
Action.withArguments(Map<String,String> arguments)
The job arguments used when this trigger fires.
|
Action |
Action.withCrawlerName(String crawlerName)
The name of the crawler to be used with this action.
|
Action |
Action.withJobName(String jobName)
The name of a job to be run.
|
Action |
Action.withNotificationProperty(NotificationProperty notificationProperty)
Specifies configuration properties of a job run notification.
|
Action |
Action.withSecurityConfiguration(String securityConfiguration)
The name of the
SecurityConfiguration structure to be used with this action. |
Action |
Action.withTimeout(Integer timeout)
The
JobRun timeout in minutes. |
Modifier and Type | Method and Description |
---|---|
List<Action> |
Trigger.getActions()
The actions initiated by this trigger.
|
List<Action> |
CreateTriggerRequest.getActions()
The actions initiated by this trigger when it fires.
|
List<Action> |
TriggerUpdate.getActions()
The actions initiated by this trigger.
|
Modifier and Type | Method and Description |
---|---|
Trigger |
Trigger.withActions(Action... actions)
The actions initiated by this trigger.
|
CreateTriggerRequest |
CreateTriggerRequest.withActions(Action... actions)
The actions initiated by this trigger when it fires.
|
TriggerUpdate |
TriggerUpdate.withActions(Action... actions)
The actions initiated by this trigger.
|
Modifier and Type | Method and Description |
---|---|
void |
Trigger.setActions(Collection<Action> actions)
The actions initiated by this trigger.
|
void |
CreateTriggerRequest.setActions(Collection<Action> actions)
The actions initiated by this trigger when it fires.
|
void |
TriggerUpdate.setActions(Collection<Action> actions)
The actions initiated by this trigger.
|
Trigger |
Trigger.withActions(Collection<Action> actions)
The actions initiated by this trigger.
|
CreateTriggerRequest |
CreateTriggerRequest.withActions(Collection<Action> actions)
The actions initiated by this trigger when it fires.
|
TriggerUpdate |
TriggerUpdate.withActions(Collection<Action> actions)
The actions initiated by this trigger.
|
Copyright © 2021. All rights reserved.