Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TriggerUpdate |
TriggerUpdate.clone() |
TriggerUpdate |
UpdateTriggerRequest.getTriggerUpdate()
The new values with which to update the trigger.
|
TriggerUpdate |
TriggerUpdate.withActions(Action... actions)
The actions initiated by this trigger.
|
TriggerUpdate |
TriggerUpdate.withActions(Collection<Action> actions)
The actions initiated by this trigger.
|
TriggerUpdate |
TriggerUpdate.withDescription(String description)
A description of this trigger.
|
TriggerUpdate |
TriggerUpdate.withEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
TriggerUpdate |
TriggerUpdate.withName(String name)
Reserved for future use.
|
TriggerUpdate |
TriggerUpdate.withPredicate(Predicate predicate)
The predicate of this trigger, which defines when it will fire.
|
TriggerUpdate |
TriggerUpdate.withSchedule(String schedule)
A
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateTriggerRequest.setTriggerUpdate(TriggerUpdate triggerUpdate)
The new values with which to update the trigger.
|
UpdateTriggerRequest |
UpdateTriggerRequest.withTriggerUpdate(TriggerUpdate triggerUpdate)
The new values with which to update the trigger.
|
Copyright © 2021. All rights reserved.