// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateWebExperience`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_id(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::application_id) / [`set_application_id(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_application_id):<br>required: **true**<br><p>The identifier of the Amazon Q Business application attached to the web experience.</p><br>
/// - [`web_experience_id(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::web_experience_id) / [`set_web_experience_id(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_web_experience_id):<br>required: **true**<br><p>The identifier of the Amazon Q Business web experience.</p><br>
/// - [`role_arn(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::role_arn) / [`set_role_arn(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_role_arn):<br>required: **false**<br><p>The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.</p><br>
/// - [`authentication_configuration(WebExperienceAuthConfiguration)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::authentication_configuration) / [`set_authentication_configuration(Option<WebExperienceAuthConfiguration>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_authentication_configuration):<br>required: **false**<br><p>The authentication configuration of the Amazon Q Business web experience.</p><br>
/// - [`title(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::title) / [`set_title(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_title):<br>required: **false**<br><p>The title of the Amazon Q Business web experience.</p><br>
/// - [`subtitle(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::subtitle) / [`set_subtitle(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_subtitle):<br>required: **false**<br><p>The subtitle of the Amazon Q Business web experience.</p><br>
/// - [`welcome_message(impl Into<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::welcome_message) / [`set_welcome_message(Option<String>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_welcome_message):<br>required: **false**<br><p>A customized welcome message for an end user in an Amazon Q Business web experience.</p><br>
/// - [`sample_prompts_control_mode(WebExperienceSamplePromptsControlMode)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::sample_prompts_control_mode) / [`set_sample_prompts_control_mode(Option<WebExperienceSamplePromptsControlMode>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_sample_prompts_control_mode):<br>required: **false**<br><p>Determines whether sample prompts are enabled in the web experience for an end user.</p><br>
/// - [`identity_provider_configuration(IdentityProviderConfiguration)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::identity_provider_configuration) / [`set_identity_provider_configuration(Option<IdentityProviderConfiguration>)`](crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::set_identity_provider_configuration):<br>required: **false**<br><p>Information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.</p><br>
/// - On success, responds with [`UpdateWebExperienceOutput`](crate::operation::update_web_experience::UpdateWebExperienceOutput)
/// - On failure, responds with [`SdkError<UpdateWebExperienceError>`](crate::operation::update_web_experience::UpdateWebExperienceError)
pub fn update_web_experience(&self) -> crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder {
crate::operation::update_web_experience::builders::UpdateWebExperienceFluentBuilder::new(self.handle.clone())
}
}