aws-sdk-quicksight 1.135.0

AWS SDK for Amazon QuickSight
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`UpdateSelfUpgradeConfiguration`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the Quick self-upgrade configuration that you want to update.</p><br>
    ///   - [`namespace(impl Into<String>)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::set_namespace):<br>required: **true**<br><p>The Quick namespace that you want to update the Quick self-upgrade configuration for.</p><br>
    ///   - [`self_upgrade_status(SelfUpgradeStatus)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::self_upgrade_status) / [`set_self_upgrade_status(Option<SelfUpgradeStatus>)`](crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::set_self_upgrade_status):<br>required: **true**<br><p>The self-upgrade status that you want to set for the Quick account.</p><br>
    /// - On success, responds with [`UpdateSelfUpgradeConfigurationOutput`](crate::operation::update_self_upgrade_configuration::UpdateSelfUpgradeConfigurationOutput) with field(s):
    ///   - [`request_id(Option<String>)`](crate::operation::update_self_upgrade_configuration::UpdateSelfUpgradeConfigurationOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    ///   - [`status(i32)`](crate::operation::update_self_upgrade_configuration::UpdateSelfUpgradeConfigurationOutput::status): <p>The HTTP status of the request.</p>
    /// - On failure, responds with [`SdkError<UpdateSelfUpgradeConfigurationError>`](crate::operation::update_self_upgrade_configuration::UpdateSelfUpgradeConfigurationError)
    pub fn update_self_upgrade_configuration(
        &self,
    ) -> crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder {
        crate::operation::update_self_upgrade_configuration::builders::UpdateSelfUpgradeConfigurationFluentBuilder::new(self.handle.clone())
    }
}