Struct aws_sdk_elasticache::client::fluent_builders::IncreaseNodeGroupsInGlobalReplicationGroup
source · pub struct IncreaseNodeGroupsInGlobalReplicationGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to IncreaseNodeGroupsInGlobalReplicationGroup
.
Increase the number of node groups in the Global datastore
Implementations§
source§impl IncreaseNodeGroupsInGlobalReplicationGroup
impl IncreaseNodeGroupsInGlobalReplicationGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<IncreaseNodeGroupsInGlobalReplicationGroup, AwsResponseRetryClassifier>, SdkError<IncreaseNodeGroupsInGlobalReplicationGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<IncreaseNodeGroupsInGlobalReplicationGroup, AwsResponseRetryClassifier>, SdkError<IncreaseNodeGroupsInGlobalReplicationGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<IncreaseNodeGroupsInGlobalReplicationGroupOutput, SdkError<IncreaseNodeGroupsInGlobalReplicationGroupError>>
pub async fn send(
self
) -> Result<IncreaseNodeGroupsInGlobalReplicationGroupOutput, SdkError<IncreaseNodeGroupsInGlobalReplicationGroupError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn global_replication_group_id(self, input: impl Into<String>) -> Self
pub fn global_replication_group_id(self, input: impl Into<String>) -> Self
The name of the Global datastore
sourcepub fn set_global_replication_group_id(self, input: Option<String>) -> Self
pub fn set_global_replication_group_id(self, input: Option<String>) -> Self
The name of the Global datastore
sourcepub fn node_group_count(self, input: i32) -> Self
pub fn node_group_count(self, input: i32) -> Self
The number of node groups you wish to add
sourcepub fn set_node_group_count(self, input: Option<i32>) -> Self
pub fn set_node_group_count(self, input: Option<i32>) -> Self
The number of node groups you wish to add
sourcepub fn regional_configurations(self, input: RegionalConfiguration) -> Self
pub fn regional_configurations(self, input: RegionalConfiguration) -> Self
Appends an item to RegionalConfigurations
.
To override the contents of this collection use set_regional_configurations
.
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
sourcepub fn set_regional_configurations(
self,
input: Option<Vec<RegionalConfiguration>>
) -> Self
pub fn set_regional_configurations(
self,
input: Option<Vec<RegionalConfiguration>>
) -> Self
Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore
sourcepub fn apply_immediately(self, input: bool) -> Self
pub fn apply_immediately(self, input: bool) -> Self
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
sourcepub fn set_apply_immediately(self, input: Option<bool>) -> Self
pub fn set_apply_immediately(self, input: Option<bool>) -> Self
Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.
Trait Implementations§
source§impl Clone for IncreaseNodeGroupsInGlobalReplicationGroup
impl Clone for IncreaseNodeGroupsInGlobalReplicationGroup
source§fn clone(&self) -> IncreaseNodeGroupsInGlobalReplicationGroup
fn clone(&self) -> IncreaseNodeGroupsInGlobalReplicationGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more