Interface Server.DefinitionStages.WithPointInTimeUtc

All Known Subinterfaces:
Server.Definition, Server.DefinitionStages.WithCreate
Enclosing interface:
Server.DefinitionStages

public static interface Server.DefinitionStages.WithPointInTimeUtc
The stage of the Server definition allowing to specify pointInTimeUtc.
  • Method Details

    • withPointInTimeUtc

      Server.DefinitionStages.WithCreate withPointInTimeUtc(OffsetDateTime pointInTimeUtc)
      Specifies the pointInTimeUtc property: Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore'..
      Parameters:
      pointInTimeUtc - Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore'.
      Returns:
      the next definition stage.