Struct aws_sdk_glue::input::UpdateDatabaseInput
source · #[non_exhaustive]pub struct UpdateDatabaseInput { /* private fields */ }Implementations§
source§impl UpdateDatabaseInput
impl UpdateDatabaseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDatabase, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDatabase, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDatabase>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDatabaseInput.
source§impl UpdateDatabaseInput
impl UpdateDatabaseInput
sourcepub fn catalog_id(&self) -> Option<&str>
pub fn catalog_id(&self) -> Option<&str>
The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.
sourcepub fn database_input(&self) -> Option<&DatabaseInput>
pub fn database_input(&self) -> Option<&DatabaseInput>
A DatabaseInput object specifying the new definition of the metadata database in the catalog.
Trait Implementations§
source§impl Clone for UpdateDatabaseInput
impl Clone for UpdateDatabaseInput
source§fn clone(&self) -> UpdateDatabaseInput
fn clone(&self) -> UpdateDatabaseInput
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 UpdateDatabaseInput
impl Debug for UpdateDatabaseInput
source§impl PartialEq<UpdateDatabaseInput> for UpdateDatabaseInput
impl PartialEq<UpdateDatabaseInput> for UpdateDatabaseInput
source§fn eq(&self, other: &UpdateDatabaseInput) -> bool
fn eq(&self, other: &UpdateDatabaseInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.