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