Struct aws_sdk_docdb::operation::copy_db_cluster_snapshot::builders::CopyDbClusterSnapshotOutputBuilder
source · #[non_exhaustive]pub struct CopyDbClusterSnapshotOutputBuilder { /* private fields */ }Expand description
A builder for CopyDbClusterSnapshotOutput.
Implementations§
source§impl CopyDbClusterSnapshotOutputBuilder
impl CopyDbClusterSnapshotOutputBuilder
sourcepub fn db_cluster_snapshot(self, input: DbClusterSnapshot) -> Self
pub fn db_cluster_snapshot(self, input: DbClusterSnapshot) -> Self
Detailed information about a cluster snapshot.
sourcepub fn set_db_cluster_snapshot(self, input: Option<DbClusterSnapshot>) -> Self
pub fn set_db_cluster_snapshot(self, input: Option<DbClusterSnapshot>) -> Self
Detailed information about a cluster snapshot.
sourcepub fn build(self) -> CopyDbClusterSnapshotOutput
pub fn build(self) -> CopyDbClusterSnapshotOutput
Consumes the builder and constructs a CopyDbClusterSnapshotOutput.
Trait Implementations§
source§impl Clone for CopyDbClusterSnapshotOutputBuilder
impl Clone for CopyDbClusterSnapshotOutputBuilder
source§fn clone(&self) -> CopyDbClusterSnapshotOutputBuilder
fn clone(&self) -> CopyDbClusterSnapshotOutputBuilder
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 CopyDbClusterSnapshotOutputBuilder
impl Default for CopyDbClusterSnapshotOutputBuilder
source§fn default() -> CopyDbClusterSnapshotOutputBuilder
fn default() -> CopyDbClusterSnapshotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CopyDbClusterSnapshotOutputBuilder> for CopyDbClusterSnapshotOutputBuilder
impl PartialEq<CopyDbClusterSnapshotOutputBuilder> for CopyDbClusterSnapshotOutputBuilder
source§fn eq(&self, other: &CopyDbClusterSnapshotOutputBuilder) -> bool
fn eq(&self, other: &CopyDbClusterSnapshotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.