// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`SetLogDeliveryConfiguration`](crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`user_pool_id(impl Into<String>)`](crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder::user_pool_id) / [`set_user_pool_id(Option<String>)`](crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder::set_user_pool_id):<br>required: **true**<br><p>The ID of the user pool where you want to configure detailed activity logging .</p><br>
/// - [`log_configurations(LogConfigurationType)`](crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder::log_configurations) / [`set_log_configurations(Option<Vec::<LogConfigurationType>>)`](crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder::set_log_configurations):<br>required: **true**<br><p>A collection of all of the detailed activity logging configurations for a user pool.</p><br>
/// - On success, responds with [`SetLogDeliveryConfigurationOutput`](crate::operation::set_log_delivery_configuration::SetLogDeliveryConfigurationOutput) with field(s):
/// - [`log_delivery_configuration(Option<LogDeliveryConfigurationType>)`](crate::operation::set_log_delivery_configuration::SetLogDeliveryConfigurationOutput::log_delivery_configuration): <p>The detailed activity logging configuration that you applied to the requested user pool.</p>
/// - On failure, responds with [`SdkError<SetLogDeliveryConfigurationError>`](crate::operation::set_log_delivery_configuration::SetLogDeliveryConfigurationError)
pub fn set_log_delivery_configuration(
&self,
) -> crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder {
crate::operation::set_log_delivery_configuration::builders::SetLogDeliveryConfigurationFluentBuilder::new(self.handle.clone())
}
}