1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartCrawlerSchedule`](crate::operation::start_crawler_schedule::builders::StartCrawlerScheduleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`crawler_name(impl Into<String>)`](crate::operation::start_crawler_schedule::builders::StartCrawlerScheduleFluentBuilder::crawler_name) / [`set_crawler_name(Option<String>)`](crate::operation::start_crawler_schedule::builders::StartCrawlerScheduleFluentBuilder::set_crawler_name):<br>required: **true**<br><p>Name of the crawler to schedule.</p><br>
    /// - On success, responds with [`StartCrawlerScheduleOutput`](crate::operation::start_crawler_schedule::StartCrawlerScheduleOutput)
    /// - On failure, responds with [`SdkError<StartCrawlerScheduleError>`](crate::operation::start_crawler_schedule::StartCrawlerScheduleError)
    pub fn start_crawler_schedule(&self) -> crate::operation::start_crawler_schedule::builders::StartCrawlerScheduleFluentBuilder {
        crate::operation::start_crawler_schedule::builders::StartCrawlerScheduleFluentBuilder::new(self.handle.clone())
    }
}