#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSnapshotScheduleInput
Implementations
Appends an item to schedule_definitions
.
To override the contents of this collection use set_schedule_definitions
.
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.
The description of the snapshot schedule.
The description of the snapshot schedule.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An optional set of tags you can use to search for the schedule.
An optional set of tags you can use to search for the schedule.
Consumes the builder and constructs a CreateSnapshotScheduleInput
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