Struct aws_sdk_glue::model::table_identifier::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TableIdentifier.
Implementations§
source§impl Builder
impl Builder
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the Data Catalog in which the table resides.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the Data Catalog in which the table resides.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the catalog database that contains the target table.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the catalog database that contains the target table.
sourcepub fn build(self) -> TableIdentifier
pub fn build(self) -> TableIdentifier
Consumes the builder and constructs a TableIdentifier.