pub struct Builder { /* private fields */ }
Expand description
A builder for AwsBackupBackupPlanDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn backup_plan(self, input: AwsBackupBackupPlanBackupPlanDetails) -> Self
pub fn backup_plan(self, input: AwsBackupBackupPlanBackupPlanDetails) -> Self
Uniquely identifies the backup plan to be associated with the selection of resources.
sourcepub fn set_backup_plan(
self,
input: Option<AwsBackupBackupPlanBackupPlanDetails>
) -> Self
pub fn set_backup_plan(
self,
input: Option<AwsBackupBackupPlanBackupPlanDetails>
) -> Self
Uniquely identifies the backup plan to be associated with the selection of resources.
sourcepub fn backup_plan_arn(self, input: impl Into<String>) -> Self
pub fn backup_plan_arn(self, input: impl Into<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
sourcepub fn set_backup_plan_arn(self, input: Option<String>) -> Self
pub fn set_backup_plan_arn(self, input: Option<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies the backup plan.
sourcepub fn backup_plan_id(self, input: impl Into<String>) -> Self
pub fn backup_plan_id(self, input: impl Into<String>) -> Self
A unique ID for the backup plan.
sourcepub fn set_backup_plan_id(self, input: Option<String>) -> Self
pub fn set_backup_plan_id(self, input: Option<String>) -> Self
A unique ID for the backup plan.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.
sourcepub fn build(self) -> AwsBackupBackupPlanDetails
pub fn build(self) -> AwsBackupBackupPlanDetails
Consumes the builder and constructs a AwsBackupBackupPlanDetails
.