Struct aws_sdk_glue::model::glue_schema::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for GlueSchema.
Implementations§
source§impl Builder
impl Builder
sourcepub fn columns(self, input: GlueStudioSchemaColumn) -> Self
pub fn columns(self, input: GlueStudioSchemaColumn) -> Self
Appends an item to columns.
To override the contents of this collection use set_columns.
Specifies the column definitions that make up a Glue schema.
sourcepub fn set_columns(self, input: Option<Vec<GlueStudioSchemaColumn>>) -> Self
pub fn set_columns(self, input: Option<Vec<GlueStudioSchemaColumn>>) -> Self
Specifies the column definitions that make up a Glue schema.
sourcepub fn build(self) -> GlueSchema
pub fn build(self) -> GlueSchema
Consumes the builder and constructs a GlueSchema.