Struct aws_sdk_glue::model::trigger_update::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for TriggerUpdate
Implementations
A description of this trigger.
A description of this trigger.
A cron expression used to specify the schedule (see Time-Based
Schedules for Jobs and Crawlers. For example, to run
something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *).
A cron expression used to specify the schedule (see Time-Based
Schedules for Jobs and Crawlers. For example, to run
something every day at 12:15 UTC, you would specify:
cron(15 12 * * ? *).
Appends an item to actions.
To override the contents of this collection use set_actions.
The actions initiated by this trigger.
The actions initiated by this trigger.
The predicate of this trigger, which defines when it will fire.
The predicate of this trigger, which defines when it will fire.
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.
Consumes the builder and constructs a TriggerUpdate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
