Struct aws_sdk_glue::model::schema_version_error_item::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SchemaVersionErrorItem.
Implementations§
source§impl Builder
impl Builder
sourcepub fn version_number(self, input: i64) -> Self
pub fn version_number(self, input: i64) -> Self
The version number of the schema.
sourcepub fn set_version_number(self, input: Option<i64>) -> Self
pub fn set_version_number(self, input: Option<i64>) -> Self
The version number of the schema.
sourcepub fn error_details(self, input: ErrorDetails) -> Self
pub fn error_details(self, input: ErrorDetails) -> Self
The details of the error for the schema version.
sourcepub fn set_error_details(self, input: Option<ErrorDetails>) -> Self
pub fn set_error_details(self, input: Option<ErrorDetails>) -> Self
The details of the error for the schema version.
sourcepub fn build(self) -> SchemaVersionErrorItem
pub fn build(self) -> SchemaVersionErrorItem
Consumes the builder and constructs a SchemaVersionErrorItem.