Struct aws_sdk_elasticache::model::pending_modified_values::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PendingModifiedValues
Implementations
The new number of cache nodes for the cluster.
For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
The new number of cache nodes for the cluster.
For clusters running Redis, this value must be 1. For clusters running Memcached, this value must be between 1 and 40.
Appends an item to cache_node_ids_to_remove
.
To override the contents of this collection use set_cache_node_ids_to_remove
.
A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).
A list of cache node IDs that are being removed (or will be removed) from the cluster. A node ID is a 4-digit numeric identifier (0001, 0002, etc.).
The new cache engine version that the cluster runs.
The new cache engine version that the cluster runs.
The cache node type that this cluster or replication group is scaled to.
The cache node type that this cluster or replication group is scaled to.
The auth token status
The auth token status
pub fn log_delivery_configurations(
self,
input: impl Into<PendingLogDeliveryConfiguration>
) -> Self
pub fn log_delivery_configurations(
self,
input: impl Into<PendingLogDeliveryConfiguration>
) -> Self
Appends an item to log_delivery_configurations
.
To override the contents of this collection use set_log_delivery_configurations
.
The log delivery configurations being modified
pub fn set_log_delivery_configurations(
self,
input: Option<Vec<PendingLogDeliveryConfiguration>>
) -> Self
pub fn set_log_delivery_configurations(
self,
input: Option<Vec<PendingLogDeliveryConfiguration>>
) -> Self
The log delivery configurations being modified
Consumes the builder and constructs a PendingModifiedValues
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