// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateRefreshSchedule`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`data_set_id(impl Into<String>)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::set_data_set_id): <p>The ID of the dataset.</p>
/// - [`aws_account_id(impl Into<String>)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::set_aws_account_id): <p>The Amazon Web Services account ID.</p>
/// - [`schedule(RefreshSchedule)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::schedule) / [`set_schedule(Option<RefreshSchedule>)`](crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::set_schedule): <p>The refresh schedule.</p>
/// - On success, responds with [`CreateRefreshScheduleOutput`](crate::operation::create_refresh_schedule::CreateRefreshScheduleOutput) with field(s):
/// - [`status(i32)`](crate::operation::create_refresh_schedule::CreateRefreshScheduleOutput::status): <p>The HTTP status of the request.</p>
/// - [`request_id(Option<String>)`](crate::operation::create_refresh_schedule::CreateRefreshScheduleOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`schedule_id(Option<String>)`](crate::operation::create_refresh_schedule::CreateRefreshScheduleOutput::schedule_id): <p>The ID of the refresh schedule.</p>
/// - [`arn(Option<String>)`](crate::operation::create_refresh_schedule::CreateRefreshScheduleOutput::arn): <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
/// - On failure, responds with [`SdkError<CreateRefreshScheduleError>`](crate::operation::create_refresh_schedule::CreateRefreshScheduleError)
pub fn create_refresh_schedule(
&self,
) -> crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder
{
crate::operation::create_refresh_schedule::builders::CreateRefreshScheduleFluentBuilder::new(
self.handle.clone(),
)
}
}