Struct aws_sdk_elasticache::model::engine_defaults::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EngineDefaults
Implementations
Specifies the name of the cache parameter group family to which the engine default parameters apply.
Valid values are:
memcached1.4
|
memcached1.5
|
memcached1.6
|
redis2.6
|
redis2.8
|
redis3.2
|
redis4.0
|
redis5.0
|
redis6.x
|
Specifies the name of the cache parameter group family to which the engine default parameters apply.
Valid values are:
memcached1.4
|
memcached1.5
|
memcached1.6
|
redis2.6
|
redis2.8
|
redis3.2
|
redis4.0
|
redis5.0
|
redis6.x
|
Provides an identifier to allow retrieval of paginated results.
Provides an identifier to allow retrieval of paginated results.
Appends an item to parameters
.
To override the contents of this collection use set_parameters
.
Contains a list of engine default parameters.
Contains a list of engine default parameters.
pub fn cache_node_type_specific_parameters(
self,
input: impl Into<CacheNodeTypeSpecificParameter>
) -> Self
pub fn cache_node_type_specific_parameters(
self,
input: impl Into<CacheNodeTypeSpecificParameter>
) -> Self
Appends an item to cache_node_type_specific_parameters
.
To override the contents of this collection use set_cache_node_type_specific_parameters
.
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
pub fn set_cache_node_type_specific_parameters(
self,
input: Option<Vec<CacheNodeTypeSpecificParameter>>
) -> Self
pub fn set_cache_node_type_specific_parameters(
self,
input: Option<Vec<CacheNodeTypeSpecificParameter>>
) -> Self
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
Consumes the builder and constructs a EngineDefaults
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