// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateDataLakeNamespace`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::set_instance_id):<br>required: **true**<br><p>The Amazon Web Services Chain instance identifier.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::set_name):<br>required: **true**<br><p>The name of the namespace. Noted you cannot update namespace with name starting with <b>asc</b>, <b>default</b>, <b>scn</b>, <b>aws</b>, <b>amazon</b>, <b>amzn</b></p><br>
/// - [`description(impl Into<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::set_description):<br>required: **false**<br><p>The updated description of the data lake namespace.</p><br>
/// - On success, responds with [`UpdateDataLakeNamespaceOutput`](crate::operation::update_data_lake_namespace::UpdateDataLakeNamespaceOutput) with field(s):
/// - [`namespace(Option<DataLakeNamespace>)`](crate::operation::update_data_lake_namespace::UpdateDataLakeNamespaceOutput::namespace): <p>The updated namespace details.</p>
/// - On failure, responds with [`SdkError<UpdateDataLakeNamespaceError>`](crate::operation::update_data_lake_namespace::UpdateDataLakeNamespaceError)
pub fn update_data_lake_namespace(&self) -> crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder {
crate::operation::update_data_lake_namespace::builders::UpdateDataLakeNamespaceFluentBuilder::new(self.handle.clone())
}
}