Struct aws_sdk_dax::input::IncreaseReplicationFactorInput
source · #[non_exhaustive]pub struct IncreaseReplicationFactorInput { /* private fields */ }
Implementations§
source§impl IncreaseReplicationFactorInput
impl IncreaseReplicationFactorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<IncreaseReplicationFactor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<IncreaseReplicationFactor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<IncreaseReplicationFactor
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IncreaseReplicationFactorInput
.
source§impl IncreaseReplicationFactorInput
impl IncreaseReplicationFactorInput
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the DAX cluster that will receive additional nodes.
sourcepub fn new_replication_factor(&self) -> i32
pub fn new_replication_factor(&self) -> i32
The new number of nodes for the DAX cluster.
sourcepub fn availability_zones(&self) -> Option<&[String]>
pub fn availability_zones(&self) -> Option<&[String]>
The Availability Zones (AZs) in which the cluster nodes will be created. All nodes belonging to the cluster are placed in these Availability Zones. Use this parameter if you want to distribute the nodes across multiple AZs.
Trait Implementations§
source§impl Clone for IncreaseReplicationFactorInput
impl Clone for IncreaseReplicationFactorInput
source§fn clone(&self) -> IncreaseReplicationFactorInput
fn clone(&self) -> IncreaseReplicationFactorInput
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 moresource§impl PartialEq<IncreaseReplicationFactorInput> for IncreaseReplicationFactorInput
impl PartialEq<IncreaseReplicationFactorInput> for IncreaseReplicationFactorInput
source§fn eq(&self, other: &IncreaseReplicationFactorInput) -> bool
fn eq(&self, other: &IncreaseReplicationFactorInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.