#[non_exhaustive]pub struct AwsBackupBackupPlanBackupPlanDetailsBuilder { /* private fields */ }Expand description
A builder for AwsBackupBackupPlanBackupPlanDetails.
Implementations§
source§impl AwsBackupBackupPlanBackupPlanDetailsBuilder
impl AwsBackupBackupPlanBackupPlanDetailsBuilder
sourcepub fn backup_plan_name(self, input: impl Into<String>) -> Self
pub fn backup_plan_name(self, input: impl Into<String>) -> Self
The display name of a backup plan.
sourcepub fn set_backup_plan_name(self, input: Option<String>) -> Self
pub fn set_backup_plan_name(self, input: Option<String>) -> Self
The display name of a backup plan.
sourcepub fn get_backup_plan_name(&self) -> &Option<String>
pub fn get_backup_plan_name(&self) -> &Option<String>
The display name of a backup plan.
sourcepub fn advanced_backup_settings(
self,
input: AwsBackupBackupPlanAdvancedBackupSettingsDetails
) -> Self
pub fn advanced_backup_settings( self, input: AwsBackupBackupPlanAdvancedBackupSettingsDetails ) -> Self
Appends an item to advanced_backup_settings.
To override the contents of this collection use set_advanced_backup_settings.
A list of backup options for each resource type.
sourcepub fn set_advanced_backup_settings(
self,
input: Option<Vec<AwsBackupBackupPlanAdvancedBackupSettingsDetails>>
) -> Self
pub fn set_advanced_backup_settings( self, input: Option<Vec<AwsBackupBackupPlanAdvancedBackupSettingsDetails>> ) -> Self
A list of backup options for each resource type.
sourcepub fn get_advanced_backup_settings(
&self
) -> &Option<Vec<AwsBackupBackupPlanAdvancedBackupSettingsDetails>>
pub fn get_advanced_backup_settings( &self ) -> &Option<Vec<AwsBackupBackupPlanAdvancedBackupSettingsDetails>>
A list of backup options for each resource type.
sourcepub fn backup_plan_rule(self, input: AwsBackupBackupPlanRuleDetails) -> Self
pub fn backup_plan_rule(self, input: AwsBackupBackupPlanRuleDetails) -> Self
Appends an item to backup_plan_rule.
To override the contents of this collection use set_backup_plan_rule.
An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
sourcepub fn set_backup_plan_rule(
self,
input: Option<Vec<AwsBackupBackupPlanRuleDetails>>
) -> Self
pub fn set_backup_plan_rule( self, input: Option<Vec<AwsBackupBackupPlanRuleDetails>> ) -> Self
An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
sourcepub fn get_backup_plan_rule(
&self
) -> &Option<Vec<AwsBackupBackupPlanRuleDetails>>
pub fn get_backup_plan_rule( &self ) -> &Option<Vec<AwsBackupBackupPlanRuleDetails>>
An array of BackupRule objects, each of which specifies a scheduled task that is used to back up a selection of resources.
sourcepub fn build(self) -> AwsBackupBackupPlanBackupPlanDetails
pub fn build(self) -> AwsBackupBackupPlanBackupPlanDetails
Consumes the builder and constructs a AwsBackupBackupPlanBackupPlanDetails.
Trait Implementations§
source§impl Clone for AwsBackupBackupPlanBackupPlanDetailsBuilder
impl Clone for AwsBackupBackupPlanBackupPlanDetailsBuilder
source§fn clone(&self) -> AwsBackupBackupPlanBackupPlanDetailsBuilder
fn clone(&self) -> AwsBackupBackupPlanBackupPlanDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsBackupBackupPlanBackupPlanDetailsBuilder
impl Default for AwsBackupBackupPlanBackupPlanDetailsBuilder
source§fn default() -> AwsBackupBackupPlanBackupPlanDetailsBuilder
fn default() -> AwsBackupBackupPlanBackupPlanDetailsBuilder
source§impl PartialEq for AwsBackupBackupPlanBackupPlanDetailsBuilder
impl PartialEq for AwsBackupBackupPlanBackupPlanDetailsBuilder
source§fn eq(&self, other: &AwsBackupBackupPlanBackupPlanDetailsBuilder) -> bool
fn eq(&self, other: &AwsBackupBackupPlanBackupPlanDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.