Struct aws_sdk_elasticache::input::delete_snapshot_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteSnapshotInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn snapshot_name(self, input: impl Into<String>) -> Self
pub fn snapshot_name(self, input: impl Into<String>) -> Self
The name of the snapshot to be deleted.
sourcepub fn set_snapshot_name(self, input: Option<String>) -> Self
pub fn set_snapshot_name(self, input: Option<String>) -> Self
The name of the snapshot to be deleted.
sourcepub fn build(self) -> Result<DeleteSnapshotInput, BuildError>
pub fn build(self) -> Result<DeleteSnapshotInput, BuildError>
Consumes the builder and constructs a DeleteSnapshotInput
.