// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateSecurityProfiles`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.</p><br>
/// - [`security_profiles(SecurityProfileItem)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::security_profiles) / [`set_security_profiles(Option<Vec::<SecurityProfileItem>>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::set_security_profiles):<br>required: **true**<br><p>List of Security Profile Object.</p><br>
/// - [`entity_type(EntityType)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::entity_type) / [`set_entity_type(Option<EntityType>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::set_entity_type):<br>required: **true**<br><p>Only supported type is AI_AGENT.</p><br>
/// - [`entity_arn(impl Into<String>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::entity_arn) / [`set_entity_arn(Option<String>)`](crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::set_entity_arn):<br>required: **true**<br><p>Arn of a Q in Connect AI Agent.</p><br>
/// - On success, responds with [`AssociateSecurityProfilesOutput`](crate::operation::associate_security_profiles::AssociateSecurityProfilesOutput)
/// - On failure, responds with [`SdkError<AssociateSecurityProfilesError>`](crate::operation::associate_security_profiles::AssociateSecurityProfilesError)
pub fn associate_security_profiles(&self) -> crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder {
crate::operation::associate_security_profiles::builders::AssociateSecurityProfilesFluentBuilder::new(self.handle.clone())
}
}