Struct aws_sdk_backup::model::backup_plan::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BackupPlan
Implementations
The display name of a backup plan.
The display name of a backup plan.
Appends an item to rules
.
To override the contents of this collection use set_rules
.
An array of BackupRule
objects, each of which specifies a scheduled task
that is used to back up a selection of resources.
An array of BackupRule
objects, each of which specifies a scheduled task
that is used to back up a selection of resources.
Appends an item to advanced_backup_settings
.
To override the contents of this collection use set_advanced_backup_settings
.
Contains a list of BackupOptions
for each resource type.
Contains a list of BackupOptions
for each resource type.
Consumes the builder and constructs a BackupPlan
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