Struct aws_sdk_dynamodb::output::describe_backup_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeBackupOutput
.
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) -> DescribeBackupOutput
pub fn build(self) -> DescribeBackupOutput
Consumes the builder and constructs a DescribeBackupOutput
.