Struct aws_sdk_memorydb::client::fluent_builders::UpdateCluster [−][src]
pub struct UpdateCluster<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateCluster
.
Modifies the settings for a cluster. You can use this operation to change one or more cluster configuration settings by specifying the settings and the new values.
Implementations
impl<C, M, R> UpdateCluster<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateCluster<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateClusterOutput, SdkError<UpdateClusterError>> where
R::Policy: SmithyRetryPolicy<UpdateClusterInputOperationOutputAlias, UpdateClusterOutput, UpdateClusterError, UpdateClusterInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateClusterOutput, SdkError<UpdateClusterError>> where
R::Policy: SmithyRetryPolicy<UpdateClusterInputOperationOutputAlias, UpdateClusterOutput, UpdateClusterError, UpdateClusterInputOperationRetryAlias>,
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.
The name of the cluster to update
The name of the cluster to update
The description of the cluster to update
The description of the cluster to update
Appends an item to SecurityGroupIds
.
To override the contents of this collection use set_security_group_ids
.
The SecurityGroupIds to update
The SecurityGroupIds to update
The maintenance window to update
The maintenance window to update
The SNS topic ARN to update
The SNS topic ARN to update
The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.
The status of the Amazon SNS notification topic. Notifications are sent only if the status is active.
The name of the parameter group to update
The name of the parameter group to update
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them. For example, if you set SnapshotRetentionLimit to 5, a snapshot that was taken today is retained for 5 days before being deleted.
A valid node type that you want to scale this cluster up or down to.
A valid node type that you want to scale this cluster up or down to.
The upgraded version of the engine to be run on the nodes. You can upgrade to a newer engine version, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.
The upgraded version of the engine to be run on the nodes. You can upgrade to a newer engine version, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.
The number of replicas that will reside in each shard
The number of replicas that will reside in each shard
The number of shards in the cluster
The number of shards in the cluster
The Access Control List that is associated with the cluster
The Access Control List that is associated with the cluster
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateCluster<C, M, R>
impl<C, M, R> Unpin for UpdateCluster<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateCluster<C, M, R>
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