pub struct Builder { /* private fields */ }
Expand description
A builder for AwsBackupBackupPlanBackupPlanDetails
.
Implementations§
source§impl Builder
impl Builder
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 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 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 build(self) -> AwsBackupBackupPlanBackupPlanDetails
pub fn build(self) -> AwsBackupBackupPlanBackupPlanDetails
Consumes the builder and constructs a AwsBackupBackupPlanBackupPlanDetails
.