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