Struct aws_sdk_rds::operation::delete_db_cluster_automated_backup::builders::DeleteDbClusterAutomatedBackupOutputBuilder
source · #[non_exhaustive]pub struct DeleteDbClusterAutomatedBackupOutputBuilder { /* private fields */ }Expand description
A builder for DeleteDbClusterAutomatedBackupOutput.
Implementations§
source§impl DeleteDbClusterAutomatedBackupOutputBuilder
impl DeleteDbClusterAutomatedBackupOutputBuilder
sourcepub fn db_cluster_automated_backup(
self,
input: DbClusterAutomatedBackup,
) -> Self
pub fn db_cluster_automated_backup( self, input: DbClusterAutomatedBackup, ) -> Self
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
sourcepub fn set_db_cluster_automated_backup(
self,
input: Option<DbClusterAutomatedBackup>,
) -> Self
pub fn set_db_cluster_automated_backup( self, input: Option<DbClusterAutomatedBackup>, ) -> Self
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
sourcepub fn get_db_cluster_automated_backup(
&self,
) -> &Option<DbClusterAutomatedBackup>
pub fn get_db_cluster_automated_backup( &self, ) -> &Option<DbClusterAutomatedBackup>
An automated backup of a DB cluster. It consists of system backups, transaction logs, and the database cluster properties that existed at the time you deleted the source cluster.
sourcepub fn build(self) -> DeleteDbClusterAutomatedBackupOutput
pub fn build(self) -> DeleteDbClusterAutomatedBackupOutput
Consumes the builder and constructs a DeleteDbClusterAutomatedBackupOutput.
Trait Implementations§
source§impl Clone for DeleteDbClusterAutomatedBackupOutputBuilder
impl Clone for DeleteDbClusterAutomatedBackupOutputBuilder
source§fn clone(&self) -> DeleteDbClusterAutomatedBackupOutputBuilder
fn clone(&self) -> DeleteDbClusterAutomatedBackupOutputBuilder
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 DeleteDbClusterAutomatedBackupOutputBuilder
impl Default for DeleteDbClusterAutomatedBackupOutputBuilder
source§fn default() -> DeleteDbClusterAutomatedBackupOutputBuilder
fn default() -> DeleteDbClusterAutomatedBackupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteDbClusterAutomatedBackupOutputBuilder
impl PartialEq for DeleteDbClusterAutomatedBackupOutputBuilder
source§fn eq(&self, other: &DeleteDbClusterAutomatedBackupOutputBuilder) -> bool
fn eq(&self, other: &DeleteDbClusterAutomatedBackupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteDbClusterAutomatedBackupOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteDbClusterAutomatedBackupOutputBuilder
impl RefUnwindSafe for DeleteDbClusterAutomatedBackupOutputBuilder
impl Send for DeleteDbClusterAutomatedBackupOutputBuilder
impl Sync for DeleteDbClusterAutomatedBackupOutputBuilder
impl Unpin for DeleteDbClusterAutomatedBackupOutputBuilder
impl UnwindSafe for DeleteDbClusterAutomatedBackupOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.