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