Struct aws_sdk_rds::operation::stop_db_instance_automated_backups_replication::builders::StopDbInstanceAutomatedBackupsReplicationOutputBuilder
source · #[non_exhaustive]pub struct StopDbInstanceAutomatedBackupsReplicationOutputBuilder { /* private fields */ }Expand description
A builder for StopDbInstanceAutomatedBackupsReplicationOutput.
Implementations§
source§impl StopDbInstanceAutomatedBackupsReplicationOutputBuilder
impl StopDbInstanceAutomatedBackupsReplicationOutputBuilder
sourcepub fn db_instance_automated_backup(
self,
input: DbInstanceAutomatedBackup
) -> Self
pub fn db_instance_automated_backup( self, input: DbInstanceAutomatedBackup ) -> Self
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
sourcepub fn set_db_instance_automated_backup(
self,
input: Option<DbInstanceAutomatedBackup>
) -> Self
pub fn set_db_instance_automated_backup( self, input: Option<DbInstanceAutomatedBackup> ) -> Self
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.
sourcepub fn build(self) -> StopDbInstanceAutomatedBackupsReplicationOutput
pub fn build(self) -> StopDbInstanceAutomatedBackupsReplicationOutput
Consumes the builder and constructs a StopDbInstanceAutomatedBackupsReplicationOutput.
Trait Implementations§
source§impl Clone for StopDbInstanceAutomatedBackupsReplicationOutputBuilder
impl Clone for StopDbInstanceAutomatedBackupsReplicationOutputBuilder
source§fn clone(&self) -> StopDbInstanceAutomatedBackupsReplicationOutputBuilder
fn clone(&self) -> StopDbInstanceAutomatedBackupsReplicationOutputBuilder
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 StopDbInstanceAutomatedBackupsReplicationOutputBuilder
impl Default for StopDbInstanceAutomatedBackupsReplicationOutputBuilder
source§fn default() -> StopDbInstanceAutomatedBackupsReplicationOutputBuilder
fn default() -> StopDbInstanceAutomatedBackupsReplicationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopDbInstanceAutomatedBackupsReplicationOutputBuilder> for StopDbInstanceAutomatedBackupsReplicationOutputBuilder
impl PartialEq<StopDbInstanceAutomatedBackupsReplicationOutputBuilder> for StopDbInstanceAutomatedBackupsReplicationOutputBuilder
source§fn eq(
&self,
other: &StopDbInstanceAutomatedBackupsReplicationOutputBuilder
) -> bool
fn eq( &self, other: &StopDbInstanceAutomatedBackupsReplicationOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.