pub struct BatchStopUpdateAction { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchStopUpdateAction
.
Stop the service update. For more information on service updates and stopping them, see Stopping Service Updates.
Implementations§
source§impl BatchStopUpdateAction
impl BatchStopUpdateAction
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchStopUpdateAction, AwsResponseRetryClassifier>, SdkError<BatchStopUpdateActionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchStopUpdateAction, AwsResponseRetryClassifier>, SdkError<BatchStopUpdateActionError>>
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<BatchStopUpdateActionOutput, SdkError<BatchStopUpdateActionError>>
pub async fn send(
self
) -> Result<BatchStopUpdateActionOutput, SdkError<BatchStopUpdateActionError>>
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 replication_group_ids(self, input: impl Into<String>) -> Self
pub fn replication_group_ids(self, input: impl Into<String>) -> Self
Appends an item to ReplicationGroupIds
.
To override the contents of this collection use set_replication_group_ids
.
The replication group IDs
sourcepub fn set_replication_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_replication_group_ids(self, input: Option<Vec<String>>) -> Self
The replication group IDs
sourcepub fn cache_cluster_ids(self, input: impl Into<String>) -> Self
pub fn cache_cluster_ids(self, input: impl Into<String>) -> Self
Appends an item to CacheClusterIds
.
To override the contents of this collection use set_cache_cluster_ids
.
The cache cluster IDs
sourcepub fn set_cache_cluster_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_cache_cluster_ids(self, input: Option<Vec<String>>) -> Self
The cache cluster IDs
sourcepub fn service_update_name(self, input: impl Into<String>) -> Self
pub fn service_update_name(self, input: impl Into<String>) -> Self
The unique ID of the service update
sourcepub fn set_service_update_name(self, input: Option<String>) -> Self
pub fn set_service_update_name(self, input: Option<String>) -> Self
The unique ID of the service update
Trait Implementations§
source§impl Clone for BatchStopUpdateAction
impl Clone for BatchStopUpdateAction
source§fn clone(&self) -> BatchStopUpdateAction
fn clone(&self) -> BatchStopUpdateAction
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more