Struct aws_sdk_elasticache::input::delete_replication_group_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeleteReplicationGroupInput
Implementations
The identifier for the cluster to be deleted. This parameter is not case sensitive.
The identifier for the cluster to be deleted. This parameter is not case sensitive.
If set to true
, all of the read replicas are deleted,
but the primary node is retained.
If set to true
, all of the read replicas are deleted,
but the primary node is retained.
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.
The name of a final node group (shard) snapshot. ElastiCache creates the snapshot from the primary node in the cluster, rather than one of the replicas; this is to ensure that it captures the freshest data. After the final snapshot is taken, the replication group is immediately deleted.
Consumes the builder and constructs a DeleteReplicationGroupInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more