Struct aws_sdk_elasticache::model::cache_engine_version::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CacheEngineVersion
Implementations
The name of the cache engine.
The version number of the cache engine.
The version number of the cache engine.
The name of the cache parameter group family associated with this cache engine.
Valid values are:
memcached1.4
|
memcached1.5
|
memcached1.6
|
redis2.6
|
redis2.8
|
redis3.2
|
redis4.0
|
redis5.0
|
redis6.x
|
The name of the cache parameter group family associated with this cache engine.
Valid values are:
memcached1.4
|
memcached1.5
|
memcached1.6
|
redis2.6
|
redis2.8
|
redis3.2
|
redis4.0
|
redis5.0
|
redis6.x
|
The description of the cache engine.
The description of the cache engine.
The description of the cache engine version.
The description of the cache engine version.
Consumes the builder and constructs a CacheEngineVersion
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