Struct aws_sdk_backup::operation::delete_recovery_point::builders::DeleteRecoveryPointInputBuilder
source · #[non_exhaustive]pub struct DeleteRecoveryPointInputBuilder { /* private fields */ }
Expand description
A builder for DeleteRecoveryPointInput
.
Implementations§
source§impl DeleteRecoveryPointInputBuilder
impl DeleteRecoveryPointInputBuilder
sourcepub fn backup_vault_name(self, input: impl Into<String>) -> Self
pub fn backup_vault_name(self, input: impl Into<String>) -> Self
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourcepub fn set_backup_vault_name(self, input: Option<String>) -> Self
pub fn set_backup_vault_name(self, input: Option<String>) -> Self
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
sourcepub fn recovery_point_arn(self, input: impl Into<String>) -> Self
pub fn recovery_point_arn(self, input: impl Into<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
sourcepub fn set_recovery_point_arn(self, input: Option<String>) -> Self
pub fn set_recovery_point_arn(self, input: Option<String>) -> Self
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
sourcepub fn build(self) -> Result<DeleteRecoveryPointInput, BuildError>
pub fn build(self) -> Result<DeleteRecoveryPointInput, BuildError>
Consumes the builder and constructs a DeleteRecoveryPointInput
.
Trait Implementations§
source§impl Clone for DeleteRecoveryPointInputBuilder
impl Clone for DeleteRecoveryPointInputBuilder
source§fn clone(&self) -> DeleteRecoveryPointInputBuilder
fn clone(&self) -> DeleteRecoveryPointInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DeleteRecoveryPointInputBuilder
impl Default for DeleteRecoveryPointInputBuilder
source§fn default() -> DeleteRecoveryPointInputBuilder
fn default() -> DeleteRecoveryPointInputBuilder
source§impl PartialEq<DeleteRecoveryPointInputBuilder> for DeleteRecoveryPointInputBuilder
impl PartialEq<DeleteRecoveryPointInputBuilder> for DeleteRecoveryPointInputBuilder
source§fn eq(&self, other: &DeleteRecoveryPointInputBuilder) -> bool
fn eq(&self, other: &DeleteRecoveryPointInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.