#[non_exhaustive]pub struct DbClusterSnapshotAttributesResultBuilder { /* private fields */ }Expand description
A builder for DbClusterSnapshotAttributesResult.
Implementations§
source§impl DbClusterSnapshotAttributesResultBuilder
impl DbClusterSnapshotAttributesResultBuilder
sourcepub fn db_cluster_snapshot_identifier(self, input: impl Into<String>) -> Self
pub fn db_cluster_snapshot_identifier(self, input: impl Into<String>) -> Self
The identifier of the cluster snapshot that the attributes apply to.
sourcepub fn set_db_cluster_snapshot_identifier(self, input: Option<String>) -> Self
pub fn set_db_cluster_snapshot_identifier(self, input: Option<String>) -> Self
The identifier of the cluster snapshot that the attributes apply to.
sourcepub fn db_cluster_snapshot_attributes(
self,
input: DbClusterSnapshotAttribute
) -> Self
pub fn db_cluster_snapshot_attributes( self, input: DbClusterSnapshotAttribute ) -> Self
Appends an item to db_cluster_snapshot_attributes.
To override the contents of this collection use set_db_cluster_snapshot_attributes.
The list of attributes and values for the cluster snapshot.
sourcepub fn set_db_cluster_snapshot_attributes(
self,
input: Option<Vec<DbClusterSnapshotAttribute>>
) -> Self
pub fn set_db_cluster_snapshot_attributes( self, input: Option<Vec<DbClusterSnapshotAttribute>> ) -> Self
The list of attributes and values for the cluster snapshot.
sourcepub fn build(self) -> DbClusterSnapshotAttributesResult
pub fn build(self) -> DbClusterSnapshotAttributesResult
Consumes the builder and constructs a DbClusterSnapshotAttributesResult.
Trait Implementations§
source§impl Clone for DbClusterSnapshotAttributesResultBuilder
impl Clone for DbClusterSnapshotAttributesResultBuilder
source§fn clone(&self) -> DbClusterSnapshotAttributesResultBuilder
fn clone(&self) -> DbClusterSnapshotAttributesResultBuilder
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 DbClusterSnapshotAttributesResultBuilder
impl Default for DbClusterSnapshotAttributesResultBuilder
source§fn default() -> DbClusterSnapshotAttributesResultBuilder
fn default() -> DbClusterSnapshotAttributesResultBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DbClusterSnapshotAttributesResultBuilder> for DbClusterSnapshotAttributesResultBuilder
impl PartialEq<DbClusterSnapshotAttributesResultBuilder> for DbClusterSnapshotAttributesResultBuilder
source§fn eq(&self, other: &DbClusterSnapshotAttributesResultBuilder) -> bool
fn eq(&self, other: &DbClusterSnapshotAttributesResultBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.