Struct aws_sdk_dynamodb::output::delete_backup_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteBackupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn backup_description(self, input: BackupDescription) -> Self
pub fn backup_description(self, input: BackupDescription) -> Self
Contains the description of the backup created for the table.
sourcepub fn set_backup_description(self, input: Option<BackupDescription>) -> Self
pub fn set_backup_description(self, input: Option<BackupDescription>) -> Self
Contains the description of the backup created for the table.
sourcepub fn build(self) -> DeleteBackupOutput
pub fn build(self) -> DeleteBackupOutput
Consumes the builder and constructs a DeleteBackupOutput
.