// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateLinkAttributes`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`directory_arn(impl Into<String>)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::directory_arn) / [`set_directory_arn(Option<String>)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::set_directory_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides. For more information, see <code>arns</code> or <a href="https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink">Typed Links</a>.</p><br>
    ///   - [`typed_link_specifier(TypedLinkSpecifier)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::typed_link_specifier) / [`set_typed_link_specifier(Option<TypedLinkSpecifier>)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::set_typed_link_specifier):<br>required: **true**<br><p>Allows a typed link specifier to be accepted as input.</p><br>
    ///   - [`attribute_updates(LinkAttributeUpdate)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::attribute_updates) / [`set_attribute_updates(Option<Vec::<LinkAttributeUpdate>>)`](crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::set_attribute_updates):<br>required: **true**<br><p>The attributes update structure.</p><br>
    /// - On success, responds with [`UpdateLinkAttributesOutput`](crate::operation::update_link_attributes::UpdateLinkAttributesOutput)
    /// - On failure, responds with [`SdkError<UpdateLinkAttributesError>`](crate::operation::update_link_attributes::UpdateLinkAttributesError)
    pub fn update_link_attributes(&self) -> crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder {
        crate::operation::update_link_attributes::builders::UpdateLinkAttributesFluentBuilder::new(self.handle.clone())
    }
}