Struct aws_sdk_backup::operation::delete_backup_vault_lock_configuration::builders::DeleteBackupVaultLockConfigurationInputBuilder    
source · #[non_exhaustive]pub struct DeleteBackupVaultLockConfigurationInputBuilder { /* private fields */ }Expand description
A builder for DeleteBackupVaultLockConfigurationInput.
Implementations§
source§impl DeleteBackupVaultLockConfigurationInputBuilder
 
impl DeleteBackupVaultLockConfigurationInputBuilder
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 the backup vault from which to delete Backup Vault Lock.
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 the backup vault from which to delete Backup Vault Lock.
sourcepub fn build(
    self
) -> Result<DeleteBackupVaultLockConfigurationInput, BuildError>
 
pub fn build( self ) -> Result<DeleteBackupVaultLockConfigurationInput, BuildError>
Consumes the builder and constructs a DeleteBackupVaultLockConfigurationInput.
Trait Implementations§
source§impl Clone for DeleteBackupVaultLockConfigurationInputBuilder
 
impl Clone for DeleteBackupVaultLockConfigurationInputBuilder
source§fn clone(&self) -> DeleteBackupVaultLockConfigurationInputBuilder
 
fn clone(&self) -> DeleteBackupVaultLockConfigurationInputBuilder
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 DeleteBackupVaultLockConfigurationInputBuilder
 
impl Default for DeleteBackupVaultLockConfigurationInputBuilder
source§fn default() -> DeleteBackupVaultLockConfigurationInputBuilder
 
fn default() -> DeleteBackupVaultLockConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteBackupVaultLockConfigurationInputBuilder> for DeleteBackupVaultLockConfigurationInputBuilder
 
impl PartialEq<DeleteBackupVaultLockConfigurationInputBuilder> for DeleteBackupVaultLockConfigurationInputBuilder
source§fn eq(&self, other: &DeleteBackupVaultLockConfigurationInputBuilder) -> bool
 
fn eq(&self, other: &DeleteBackupVaultLockConfigurationInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.