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