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