Struct aws_sdk_elasticache::model::node_snapshot::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NodeSnapshot
Implementations
A unique identifier for the source cluster.
A unique identifier for the source cluster.
A unique identifier for the source node group (shard).
A unique identifier for the source node group (shard).
The cache node identifier for the node in the source cluster.
The cache node identifier for the node in the source cluster.
The configuration for the source node group (shard).
The configuration for the source node group (shard).
The size of the cache on the source cache node.
The size of the cache on the source cache node.
The date and time when the cache node was created in the source cluster.
The date and time when the cache node was created in the source cluster.
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
The date and time when the source node's metadata and cache data set was obtained for the snapshot.
Consumes the builder and constructs a NodeSnapshot
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