Struct aws_sdk_docdb::operation::delete_db_cluster_snapshot::builders::DeleteDbClusterSnapshotInputBuilder
source · #[non_exhaustive]pub struct DeleteDbClusterSnapshotInputBuilder { /* private fields */ }Expand description
A builder for DeleteDbClusterSnapshotInput.
Implementations§
source§impl DeleteDbClusterSnapshotInputBuilder
impl DeleteDbClusterSnapshotInputBuilder
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 to delete.
Constraints: Must be the name of an existing cluster snapshot in the available state.
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 to delete.
Constraints: Must be the name of an existing cluster snapshot in the available state.
sourcepub fn build(self) -> Result<DeleteDbClusterSnapshotInput, BuildError>
pub fn build(self) -> Result<DeleteDbClusterSnapshotInput, BuildError>
Consumes the builder and constructs a DeleteDbClusterSnapshotInput.
Trait Implementations§
source§impl Clone for DeleteDbClusterSnapshotInputBuilder
impl Clone for DeleteDbClusterSnapshotInputBuilder
source§fn clone(&self) -> DeleteDbClusterSnapshotInputBuilder
fn clone(&self) -> DeleteDbClusterSnapshotInputBuilder
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 DeleteDbClusterSnapshotInputBuilder
impl Default for DeleteDbClusterSnapshotInputBuilder
source§fn default() -> DeleteDbClusterSnapshotInputBuilder
fn default() -> DeleteDbClusterSnapshotInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDbClusterSnapshotInputBuilder> for DeleteDbClusterSnapshotInputBuilder
impl PartialEq<DeleteDbClusterSnapshotInputBuilder> for DeleteDbClusterSnapshotInputBuilder
source§fn eq(&self, other: &DeleteDbClusterSnapshotInputBuilder) -> bool
fn eq(&self, other: &DeleteDbClusterSnapshotInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.