#[non_exhaustive]pub struct UnprocessedUpdateActionBuilder { /* private fields */ }
Expand description
A builder for UnprocessedUpdateAction
.
Implementations§
source§impl UnprocessedUpdateActionBuilder
impl UnprocessedUpdateActionBuilder
sourcepub fn replication_group_id(self, input: impl Into<String>) -> Self
pub fn replication_group_id(self, input: impl Into<String>) -> Self
The replication group ID
sourcepub fn set_replication_group_id(self, input: Option<String>) -> Self
pub fn set_replication_group_id(self, input: Option<String>) -> Self
The replication group ID
sourcepub fn cache_cluster_id(self, input: impl Into<String>) -> Self
pub fn cache_cluster_id(self, input: impl Into<String>) -> Self
The ID of the cache cluster
sourcepub fn set_cache_cluster_id(self, input: Option<String>) -> Self
pub fn set_cache_cluster_id(self, input: Option<String>) -> Self
The ID of the cache cluster
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
sourcepub fn error_type(self, input: impl Into<String>) -> Self
pub fn error_type(self, input: impl Into<String>) -> Self
The error type for requests that are not processed
sourcepub fn set_error_type(self, input: Option<String>) -> Self
pub fn set_error_type(self, input: Option<String>) -> Self
The error type for requests that are not processed
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
The error message that describes the reason the request was not processed
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
The error message that describes the reason the request was not processed
sourcepub fn build(self) -> UnprocessedUpdateAction
pub fn build(self) -> UnprocessedUpdateAction
Consumes the builder and constructs a UnprocessedUpdateAction
.
Trait Implementations§
source§impl Clone for UnprocessedUpdateActionBuilder
impl Clone for UnprocessedUpdateActionBuilder
source§fn clone(&self) -> UnprocessedUpdateActionBuilder
fn clone(&self) -> UnprocessedUpdateActionBuilder
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 Default for UnprocessedUpdateActionBuilder
impl Default for UnprocessedUpdateActionBuilder
source§fn default() -> UnprocessedUpdateActionBuilder
fn default() -> UnprocessedUpdateActionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UnprocessedUpdateActionBuilder> for UnprocessedUpdateActionBuilder
impl PartialEq<UnprocessedUpdateActionBuilder> for UnprocessedUpdateActionBuilder
source§fn eq(&self, other: &UnprocessedUpdateActionBuilder) -> bool
fn eq(&self, other: &UnprocessedUpdateActionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.