Interface GetAccountSettingsResponse.Builder

    • Method Detail

      • deletionProtection

        GetAccountSettingsResponse.Builder deletionProtection​(DeletionProtectionSettings deletionProtection)

        A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile or an environment if AppConfig has called either GetLatestConfiguration or for the configuration profile or from the environment during the specified interval. Deletion protection is disabled by default. The default interval for ProtectionPeriodInMinutes is 60.

        Parameters:
        deletionProtection - A parameter to configure deletion protection. If enabled, deletion protection prevents a user from deleting a configuration profile or an environment if AppConfig has called either GetLatestConfiguration or for the configuration profile or from the environment during the specified interval. Deletion protection is disabled by default. The default interval for ProtectionPeriodInMinutes is 60.
        Returns:
        Returns a reference to this object so that method calls can be chained together.