Struct aws_sdk_redshift::model::snapshot_schedule::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SnapshotSchedule
Implementations
Appends an item to schedule_definitions
.
To override the contents of this collection use set_schedule_definitions
.
A list of ScheduleDefinitions.
A list of ScheduleDefinitions.
A unique identifier for the schedule.
A unique identifier for the schedule.
The description of the schedule.
The description of the schedule.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An optional set of tags describing the schedule.
An optional set of tags describing the schedule.
Appends an item to next_invocations
.
To override the contents of this collection use set_next_invocations
.
The number of clusters associated with the schedule.
The number of clusters associated with the schedule.
Appends an item to associated_clusters
.
To override the contents of this collection use set_associated_clusters
.
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
Consumes the builder and constructs a SnapshotSchedule
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