pub struct Builder { /* private fields */ }
Expand description
A builder for AwsBackupRecoveryPointCreatedByDetails
.
Implementations§
source§impl Builder
impl Builder
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 a 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 a backup plan.
sourcepub fn backup_plan_id(self, input: impl Into<String>) -> Self
pub fn backup_plan_id(self, input: impl Into<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn set_backup_plan_id(self, input: Option<String>) -> Self
pub fn set_backup_plan_id(self, input: Option<String>) -> Self
Uniquely identifies a backup plan.
sourcepub fn backup_plan_version(self, input: impl Into<String>) -> Self
pub fn backup_plan_version(self, input: impl Into<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
sourcepub fn set_backup_plan_version(self, input: Option<String>) -> Self
pub fn set_backup_plan_version(self, input: Option<String>) -> Self
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
sourcepub fn backup_rule_id(self, input: impl Into<String>) -> Self
pub fn backup_rule_id(self, input: impl Into<String>) -> Self
Uniquely identifies a rule used to schedule the backup of a selection of resources.
sourcepub fn set_backup_rule_id(self, input: Option<String>) -> Self
pub fn set_backup_rule_id(self, input: Option<String>) -> Self
Uniquely identifies a rule used to schedule the backup of a selection of resources.
sourcepub fn build(self) -> AwsBackupRecoveryPointCreatedByDetails
pub fn build(self) -> AwsBackupRecoveryPointCreatedByDetails
Consumes the builder and constructs a AwsBackupRecoveryPointCreatedByDetails
.