Struct aws_sdk_backup::operation::delete_backup_vault::builders::DeleteBackupVaultInputBuilder
source · #[non_exhaustive]pub struct DeleteBackupVaultInputBuilder { /* private fields */ }
Expand description
A builder for DeleteBackupVaultInput
.
Implementations§
source§impl DeleteBackupVaultInputBuilder
impl DeleteBackupVaultInputBuilder
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 build(self) -> Result<DeleteBackupVaultInput, BuildError>
pub fn build(self) -> Result<DeleteBackupVaultInput, BuildError>
Consumes the builder and constructs a DeleteBackupVaultInput
.
Trait Implementations§
source§impl Clone for DeleteBackupVaultInputBuilder
impl Clone for DeleteBackupVaultInputBuilder
source§fn clone(&self) -> DeleteBackupVaultInputBuilder
fn clone(&self) -> DeleteBackupVaultInputBuilder
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 DeleteBackupVaultInputBuilder
impl Default for DeleteBackupVaultInputBuilder
source§fn default() -> DeleteBackupVaultInputBuilder
fn default() -> DeleteBackupVaultInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteBackupVaultInputBuilder> for DeleteBackupVaultInputBuilder
impl PartialEq<DeleteBackupVaultInputBuilder> for DeleteBackupVaultInputBuilder
source§fn eq(&self, other: &DeleteBackupVaultInputBuilder) -> bool
fn eq(&self, other: &DeleteBackupVaultInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteBackupVaultInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteBackupVaultInputBuilder
impl Send for DeleteBackupVaultInputBuilder
impl Sync for DeleteBackupVaultInputBuilder
impl Unpin for DeleteBackupVaultInputBuilder
impl UnwindSafe for DeleteBackupVaultInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more