Struct aws_sdk_glue::model::lineage_configuration::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LineageConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn crawler_lineage_settings(self, input: CrawlerLineageSettings) -> Self
pub fn crawler_lineage_settings(self, input: CrawlerLineageSettings) -> Self
Specifies whether data lineage is enabled for the crawler. Valid values are:
-
ENABLE: enables data lineage for the crawler
-
DISABLE: disables data lineage for the crawler
sourcepub fn set_crawler_lineage_settings(
self,
input: Option<CrawlerLineageSettings>
) -> Self
pub fn set_crawler_lineage_settings(
self,
input: Option<CrawlerLineageSettings>
) -> Self
Specifies whether data lineage is enabled for the crawler. Valid values are:
-
ENABLE: enables data lineage for the crawler
-
DISABLE: disables data lineage for the crawler
sourcepub fn build(self) -> LineageConfiguration
pub fn build(self) -> LineageConfiguration
Consumes the builder and constructs a LineageConfiguration.