Class ContinuousBackupInformation

java.lang.Object
com.azure.resourcemanager.cosmos.models.ContinuousBackupInformation

public final class ContinuousBackupInformation extends Object
Information about the status of continuous backups.
  • Constructor Details

    • ContinuousBackupInformation

      public ContinuousBackupInformation()
      Creates an instance of ContinuousBackupInformation class.
  • Method Details

    • latestRestorableTimestamp

      public String latestRestorableTimestamp()
      Get the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
      Returns:
      the latestRestorableTimestamp value.
    • withLatestRestorableTimestamp

      public ContinuousBackupInformation withLatestRestorableTimestamp(String latestRestorableTimestamp)
      Set the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
      Parameters:
      latestRestorableTimestamp - the latestRestorableTimestamp value to set.
      Returns:
      the ContinuousBackupInformation object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.