pub struct Builder { /* private fields */ }Expand description
A builder for MicrosoftSqlServerCatalogSource.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_database(self, input: Option<String>) -> Self
pub fn set_database(self, input: Option<String>) -> Self
The name of the database to read from.
sourcepub fn table(self, input: impl Into<String>) -> Self
pub fn table(self, input: impl Into<String>) -> Self
The name of the table in the database to read from.
sourcepub fn set_table(self, input: Option<String>) -> Self
pub fn set_table(self, input: Option<String>) -> Self
The name of the table in the database to read from.
sourcepub fn build(self) -> MicrosoftSqlServerCatalogSource
pub fn build(self) -> MicrosoftSqlServerCatalogSource
Consumes the builder and constructs a MicrosoftSqlServerCatalogSource.