Struct aws_sdk_backup::model::backup_plan_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BackupPlanInput
Implementations
The optional display name of a backup plan.
The optional 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
.
Specifies a list of BackupOptions
for each resource type. These settings
are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
Specifies a list of BackupOptions
for each resource type. These settings
are only available for Windows Volume Shadow Copy Service (VSS) backup jobs.
Consumes the builder and constructs a BackupPlanInput
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