Struct aws_sdk_quicksight::model::namespace_error::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NamespaceError
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: NamespaceErrorType) -> Self
pub fn type(self, input: NamespaceErrorType) -> Self
The error type.
sourcepub fn set_type(self, input: Option<NamespaceErrorType>) -> Self
pub fn set_type(self, input: Option<NamespaceErrorType>) -> Self
The error type.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The message for the error.
sourcepub fn build(self) -> NamespaceError
pub fn build(self) -> NamespaceError
Consumes the builder and constructs a NamespaceError
.