Class RestorePointCollectionSourceProperties


  • public final class RestorePointCollectionSourceProperties
    extends Object
    The properties of the source resource that this restore point collection is created from.
    • Constructor Detail

      • RestorePointCollectionSourceProperties

        public RestorePointCollectionSourceProperties()
    • Method Detail

      • location

        public String location()
        Get the location property: Location of the source resource used to create this restore point collection.
        Returns:
        the location value.
      • id

        public String id()
        Get the id property: Resource Id of the source resource used to create this restore point collection.
        Returns:
        the id value.
      • withId

        public RestorePointCollectionSourceProperties withId​(String id)
        Set the id property: Resource Id of the source resource used to create this restore point collection.
        Parameters:
        id - the id value to set.
        Returns:
        the RestorePointCollectionSourceProperties object itself.
      • validate

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