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