Struct aws_sdk_glue::model::table_error::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TableError.
Implementations§
source§impl Builder
impl Builder
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the table. For Hive compatibility, this must be entirely lowercase.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the table. For Hive compatibility, this must be entirely lowercase.
sourcepub fn error_detail(self, input: ErrorDetail) -> Self
pub fn error_detail(self, input: ErrorDetail) -> Self
The details about the error.
sourcepub fn set_error_detail(self, input: Option<ErrorDetail>) -> Self
pub fn set_error_detail(self, input: Option<ErrorDetail>) -> Self
The details about the error.
sourcepub fn build(self) -> TableError
pub fn build(self) -> TableError
Consumes the builder and constructs a TableError.