Struct aws_sdk_elasticache::model::regional_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RegionalConfiguration
Implementations
The name of the secondary cluster
The name of the secondary cluster
The Amazon region where the cluster is stored
The Amazon region where the cluster is stored
Appends an item to resharding_configuration
.
To override the contents of this collection use set_resharding_configuration
.
A list of PreferredAvailabilityZones
objects that specifies the configuration of a node group in the resharded cluster.
pub fn set_resharding_configuration(
self,
input: Option<Vec<ReshardingConfiguration>>
) -> Self
pub fn set_resharding_configuration(
self,
input: Option<Vec<ReshardingConfiguration>>
) -> Self
A list of PreferredAvailabilityZones
objects that specifies the configuration of a node group in the resharded cluster.
Consumes the builder and constructs a RegionalConfiguration
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