Struct aws_sdk_elasticache::model::cache_parameter_group::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CacheParameterGroup
Implementations
The name of the cache parameter group.
The name of the cache parameter group.
The name of the cache parameter group family that this cache parameter group is compatible with.
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 that this cache parameter group is compatible with.
Valid values are:
memcached1.4
|
memcached1.5
|
memcached1.6
|
redis2.6
|
redis2.8
|
redis3.2
|
redis4.0
|
redis5.0
|
redis6.x
|
The description for this cache parameter group.
The description for this cache parameter group.
Indicates whether the parameter group is associated with a Global datastore
Indicates whether the parameter group is associated with a Global datastore
The ARN (Amazon Resource Name) of the cache parameter group.
The ARN (Amazon Resource Name) of the cache parameter group.
Consumes the builder and constructs a CacheParameterGroup
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