Struct aws_sdk_glue::input::CreateDatabaseInput
source · #[non_exhaustive]pub struct CreateDatabaseInput { /* private fields */ }Implementations§
source§impl CreateDatabaseInput
impl CreateDatabaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatabase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDatabase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDatabase>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDatabaseInput.
source§impl CreateDatabaseInput
impl CreateDatabaseInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn database_input(&self) -> Option<&DatabaseInput>
pub fn database_input(&self) -> Option<&DatabaseInput>
The metadata for the database.
The tags you assign to the database.
Trait Implementations§
source§impl Clone for CreateDatabaseInput
impl Clone for CreateDatabaseInput
source§fn clone(&self) -> CreateDatabaseInput
fn clone(&self) -> CreateDatabaseInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateDatabaseInput
impl Debug for CreateDatabaseInput
source§impl PartialEq<CreateDatabaseInput> for CreateDatabaseInput
impl PartialEq<CreateDatabaseInput> for CreateDatabaseInput
source§fn eq(&self, other: &CreateDatabaseInput) -> bool
fn eq(&self, other: &CreateDatabaseInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.