pub struct Builder { /* private fields */ }
Expand description
A builder for UnprocessedUpdateAction
.
Implementations§
source§impl Builder
impl Builder
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
.