pub struct Builder { /* private fields */ }
Expand description
A builder for GetBackupVaultNotificationsInput
.
Implementations§
source§impl Builder
impl Builder
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<GetBackupVaultNotificationsInput, BuildError>
pub fn build(self) -> Result<GetBackupVaultNotificationsInput, BuildError>
Consumes the builder and constructs a GetBackupVaultNotificationsInput
.