1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateBusinessReportSchedule`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`schedule_arn(impl Into<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::schedule_arn) / [`set_schedule_arn(Option<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_schedule_arn):<br>required: **true**<br><p>The ARN of the business report schedule.</p><br>
    ///   - [`s3_bucket_name(impl Into<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::s3_bucket_name) / [`set_s3_bucket_name(Option<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_s3_bucket_name):<br>required: **false**<br><p>The S3 location of the output reports.</p><br>
    ///   - [`s3_key_prefix(impl Into<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::s3_key_prefix) / [`set_s3_key_prefix(Option<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_s3_key_prefix):<br>required: **false**<br><p>The S3 key where the report is delivered.</p><br>
    ///   - [`format(BusinessReportFormat)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::format) / [`set_format(Option<BusinessReportFormat>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_format):<br>required: **false**<br><p>The format of the generated report (individual CSV files or zipped files of individual files).</p><br>
    ///   - [`schedule_name(impl Into<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::schedule_name) / [`set_schedule_name(Option<String>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_schedule_name):<br>required: **false**<br><p>The name identifier of the schedule.</p><br>
    ///   - [`recurrence(BusinessReportRecurrence)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::recurrence) / [`set_recurrence(Option<BusinessReportRecurrence>)`](crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::set_recurrence):<br>required: **false**<br><p>The recurrence of the reports.</p><br>
    /// - On success, responds with [`UpdateBusinessReportScheduleOutput`](crate::operation::update_business_report_schedule::UpdateBusinessReportScheduleOutput)
    /// - On failure, responds with [`SdkError<UpdateBusinessReportScheduleError>`](crate::operation::update_business_report_schedule::UpdateBusinessReportScheduleError)
    #[deprecated(note = "Alexa For Business is no longer supported")]
    pub fn update_business_report_schedule(
        &self,
    ) -> crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder {
        crate::operation::update_business_report_schedule::builders::UpdateBusinessReportScheduleFluentBuilder::new(self.handle.clone())
    }
}