Struct aws_sdk_glue::model::data_source::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DataSource.
Implementations§
source§impl Builder
impl Builder
sourcepub fn glue_table(self, input: GlueTable) -> Self
pub fn glue_table(self, input: GlueTable) -> Self
An Glue table.
sourcepub fn set_glue_table(self, input: Option<GlueTable>) -> Self
pub fn set_glue_table(self, input: Option<GlueTable>) -> Self
An Glue table.
sourcepub fn build(self) -> DataSource
pub fn build(self) -> DataSource
Consumes the builder and constructs a DataSource.