#[non_exhaustive]pub struct ReshardingConfiguration { /* private fields */ }
Expand description
A list of PreferredAvailabilityZones
objects that specifies the configuration of a node group in the resharded cluster.
Implementations§
source§impl ReshardingConfiguration
impl ReshardingConfiguration
sourcepub fn node_group_id(&self) -> Option<&str>
pub fn node_group_id(&self) -> Option<&str>
Either the ElastiCache for Redis supplied 4-digit id or a user supplied id for the node group these configuration values apply to.
sourcepub fn preferred_availability_zones(&self) -> Option<&[String]>
pub fn preferred_availability_zones(&self) -> Option<&[String]>
A list of preferred availability zones for the nodes in this cluster.
source§impl ReshardingConfiguration
impl ReshardingConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReshardingConfiguration
.
Trait Implementations§
source§impl Clone for ReshardingConfiguration
impl Clone for ReshardingConfiguration
source§fn clone(&self) -> ReshardingConfiguration
fn clone(&self) -> ReshardingConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more