Struct aws_sdk_elasticache::model::replication_group_pending_modified_values::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicationGroupPendingModifiedValues
Implementations
The primary cluster ID that is applied immediately (if --apply-immediately
was specified), or during the next maintenance window.
The primary cluster ID that is applied immediately (if --apply-immediately
was specified), or during the next maintenance window.
Indicates the status of automatic failover for this Redis replication group.
pub fn set_automatic_failover_status(
self,
input: Option<PendingAutomaticFailoverStatus>
) -> Self
pub fn set_automatic_failover_status(
self,
input: Option<PendingAutomaticFailoverStatus>
) -> Self
Indicates the status of automatic failover for this Redis replication group.
The status of an online resharding operation.
The status of an online resharding operation.
The auth token status
The auth token status
The user group being modified.
The user group being modified.
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 ReplicationGroupPendingModifiedValues
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