Struct aws_sdk_backup::operation::disassociate_recovery_point::builders::DisassociateRecoveryPointInputBuilder
source · #[non_exhaustive]pub struct DisassociateRecoveryPointInputBuilder { /* private fields */ }Expand description
A builder for DisassociateRecoveryPointInput.
Implementations§
source§impl DisassociateRecoveryPointInputBuilder
impl DisassociateRecoveryPointInputBuilder
sourcepub fn backup_vault_name(self, input: impl Into<String>) -> Self
pub fn backup_vault_name(self, input: impl Into<String>) -> Self
The unique name of an Backup vault.
sourcepub fn set_backup_vault_name(self, input: Option<String>) -> Self
pub fn set_backup_vault_name(self, input: Option<String>) -> Self
The unique name of an Backup vault.
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 an Backup recovery point.
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 an Backup recovery point.
sourcepub fn build(self) -> Result<DisassociateRecoveryPointInput, BuildError>
pub fn build(self) -> Result<DisassociateRecoveryPointInput, BuildError>
Consumes the builder and constructs a DisassociateRecoveryPointInput.
Trait Implementations§
source§impl Clone for DisassociateRecoveryPointInputBuilder
impl Clone for DisassociateRecoveryPointInputBuilder
source§fn clone(&self) -> DisassociateRecoveryPointInputBuilder
fn clone(&self) -> DisassociateRecoveryPointInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for DisassociateRecoveryPointInputBuilder
impl Default for DisassociateRecoveryPointInputBuilder
source§fn default() -> DisassociateRecoveryPointInputBuilder
fn default() -> DisassociateRecoveryPointInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateRecoveryPointInputBuilder> for DisassociateRecoveryPointInputBuilder
impl PartialEq<DisassociateRecoveryPointInputBuilder> for DisassociateRecoveryPointInputBuilder
source§fn eq(&self, other: &DisassociateRecoveryPointInputBuilder) -> bool
fn eq(&self, other: &DisassociateRecoveryPointInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.