Struct aws_sdk_elasticache::input::modify_global_replication_group_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ModifyGlobalReplicationGroupInput
Implementations
The name of the Global datastore
The name of the Global datastore
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
A valid cache node type that you want to scale this Global datastore to.
A valid cache node type that you want to scale this Global datastore to.
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
A description of the Global datastore
A description of the Global datastore
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
Consumes the builder and constructs a ModifyGlobalReplicationGroupInput
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