Struct aws_sdk_sagemaker::model::data_catalog_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DataCatalogConfig
.
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 Glue table.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the Glue table.
sourcepub fn set_catalog(self, input: Option<String>) -> Self
pub fn set_catalog(self, input: Option<String>) -> Self
The name of the Glue table catalog.
sourcepub fn set_database(self, input: Option<String>) -> Self
pub fn set_database(self, input: Option<String>) -> Self
The name of the Glue table database.
sourcepub fn build(self) -> DataCatalogConfig
pub fn build(self) -> DataCatalogConfig
Consumes the builder and constructs a DataCatalogConfig
.