pub struct BatchApplyUpdateAction { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchApplyUpdateAction
.
Apply the service update. For more information on service updates and applying them, see Applying Service Updates.
Implementations§
source§impl BatchApplyUpdateAction
impl BatchApplyUpdateAction
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchApplyUpdateAction, AwsResponseRetryClassifier>, SdkError<BatchApplyUpdateActionError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchApplyUpdateAction, AwsResponseRetryClassifier>, SdkError<BatchApplyUpdateActionError>>
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<BatchApplyUpdateActionOutput, SdkError<BatchApplyUpdateActionError>>
pub async fn send(
self
) -> Result<BatchApplyUpdateActionOutput, SdkError<BatchApplyUpdateActionError>>
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 BatchApplyUpdateAction
impl Clone for BatchApplyUpdateAction
source§fn clone(&self) -> BatchApplyUpdateAction
fn clone(&self) -> BatchApplyUpdateAction
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more