Struct aws_sdk_glue::model::table_version_error::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TableVersionError.
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 in question.
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 in question.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
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) -> TableVersionError
pub fn build(self) -> TableVersionError
Consumes the builder and constructs a TableVersionError.