// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateConfigurationSetEventDestination`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`configuration_set_name(impl Into<String>)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::configuration_set_name) / [`set_configuration_set_name(Option<String>)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::set_configuration_set_name): ConfigurationSetName
/// - [`event_destination(EventDestinationDefinition)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::event_destination) / [`set_event_destination(Option<EventDestinationDefinition>)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::set_event_destination): An object that defines a single event destination.
/// - [`event_destination_name(impl Into<String>)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::event_destination_name) / [`set_event_destination_name(Option<String>)`](crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::set_event_destination_name): EventDestinationName
/// - On success, responds with [`UpdateConfigurationSetEventDestinationOutput`](crate::operation::update_configuration_set_event_destination::UpdateConfigurationSetEventDestinationOutput)
/// - On failure, responds with [`SdkError<UpdateConfigurationSetEventDestinationError>`](crate::operation::update_configuration_set_event_destination::UpdateConfigurationSetEventDestinationError)
pub fn update_configuration_set_event_destination(
&self,
) -> crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder {
crate::operation::update_configuration_set_event_destination::builders::UpdateConfigurationSetEventDestinationFluentBuilder::new(
self.handle.clone(),
)
}
}