Struct aws_sdk_glue::model::oracle_sql_catalog_source::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for OracleSqlCatalogSource.
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) -> OracleSqlCatalogSource
pub fn build(self) -> OracleSqlCatalogSource
Consumes the builder and constructs a OracleSqlCatalogSource.