aws-sdk-customerprofiles 1.118.0

AWS SDK for Amazon Connect Customer Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartRecommender`](crate::operation::start_recommender::builders::StartRecommenderFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_name(impl Into<String>)`](crate::operation::start_recommender::builders::StartRecommenderFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::start_recommender::builders::StartRecommenderFluentBuilder::set_domain_name):<br>required: **true**<br><p>The unique name of the domain.</p><br>
    ///   - [`recommender_name(impl Into<String>)`](crate::operation::start_recommender::builders::StartRecommenderFluentBuilder::recommender_name) / [`set_recommender_name(Option<String>)`](crate::operation::start_recommender::builders::StartRecommenderFluentBuilder::set_recommender_name):<br>required: **true**<br><p>The name of the recommender to start.</p><br>
    /// - On success, responds with [`StartRecommenderOutput`](crate::operation::start_recommender::StartRecommenderOutput)
    /// - On failure, responds with [`SdkError<StartRecommenderError>`](crate::operation::start_recommender::StartRecommenderError)
    pub fn start_recommender(&self) -> crate::operation::start_recommender::builders::StartRecommenderFluentBuilder {
        crate::operation::start_recommender::builders::StartRecommenderFluentBuilder::new(self.handle.clone())
    }
}