Struct aws_sdk_redshift::input::modify_snapshot_schedule_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifySnapshotScheduleInput
Implementations
A unique alphanumeric identifier of the schedule to modify.
A unique alphanumeric identifier of the schedule to modify.
Appends an item to schedule_definitions
.
To override the contents of this collection use set_schedule_definitions
.
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
Consumes the builder and constructs a ModifySnapshotScheduleInput
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