Class UpdateServerRequest

    • Method Detail

      • disableAutomatedBackup

        public final Boolean disableAutomatedBackup()

        Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.

        Returns:
        Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default.
      • backupRetentionCount

        public final Integer backupRetentionCount()

        Sets the number of automated backups that you want to keep.

        Returns:
        Sets the number of automated backups that you want to keep.
      • serverName

        public final String serverName()

        The name of the server to update.

        Returns:
        The name of the server to update.
      • preferredMaintenanceWindow

        public final String preferredMaintenanceWindow()
        Returns the value of the PreferredMaintenanceWindow property for this object.
        Returns:
        The value of the PreferredMaintenanceWindow property for this object.
      • preferredBackupWindow

        public final String preferredBackupWindow()
        Returns the value of the PreferredBackupWindow property for this object.
        Returns:
        The value of the PreferredBackupWindow property for this object.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object