Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Action |
Action.addArgumentsEntry(String key,
String value) |
Action |
Action.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
Action |
Action.clone() |
Action |
Action.withArguments(Map<String,String> arguments)
Arguments to be passed to the job.
|
Action |
Action.withJobName(String jobName)
The name of a job to be executed.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
TriggerUpdate.getActions()
The actions initiated by this trigger.
|
List<Action> |
Trigger.getActions()
The actions initiated by this trigger.
|
List<Action> |
CreateTriggerRequest.getActions()
The actions initiated by this trigger when it fires.
|
Modifier and Type | Method and Description |
---|---|
TriggerUpdate |
TriggerUpdate.withActions(Action... actions)
The actions initiated by this trigger.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerUpdate.setActions(Collection<Action> actions)
The actions initiated by this trigger.
|
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.
|
TriggerUpdate |
TriggerUpdate.withActions(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.
|
Copyright © 2018. All rights reserved.