Struct aws_sdk_memorydb::model::unprocessed_cluster::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UnprocessedCluster
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_name(self, input: impl Into<String>) -> Self
pub fn cluster_name(self, input: impl Into<String>) -> Self
The name of the cluster
sourcepub fn set_cluster_name(self, input: Option<String>) -> Self
pub fn set_cluster_name(self, input: Option<String>) -> Self
The name of the cluster
sourcepub fn error_type(self, input: impl Into<String>) -> Self
pub fn error_type(self, input: impl Into<String>) -> Self
The error type associated with the update failure
sourcepub fn set_error_type(self, input: Option<String>) -> Self
pub fn set_error_type(self, input: Option<String>) -> Self
The error type associated with the update failure
sourcepub fn error_message(self, input: impl Into<String>) -> Self
pub fn error_message(self, input: impl Into<String>) -> Self
The error message associated with the update failure
sourcepub fn set_error_message(self, input: Option<String>) -> Self
pub fn set_error_message(self, input: Option<String>) -> Self
The error message associated with the update failure
sourcepub fn build(self) -> UnprocessedCluster
pub fn build(self) -> UnprocessedCluster
Consumes the builder and constructs a UnprocessedCluster
.