Class EffectiveVersionConfiguration
java.lang.Object
io.higson.runtime.core.versioninterceptor.EffectiveVersionConfiguration
- Author:
- Maciej Główka on 04.02.2019
-
Method Summary
Modifier and TypeMethodDescriptionconfigurationForSnapshot(List<RegionVersion> forcedRegionVersions) getDate()withEffectiveDate(Date date) withEffectiveVersions(Set<RegionVersionIdentifier> versionIdentifiers) withEffectiveVersionsAndDate(Set<RegionVersionIdentifier> versionIdentifiers, Date date)
-
Method Details
-
withEffectiveVersions
public static EffectiveVersionConfiguration withEffectiveVersions(Set<RegionVersionIdentifier> versionIdentifiers) -
withEffectiveDate
-
withEffectiveVersionsAndDate
public static EffectiveVersionConfiguration withEffectiveVersionsAndDate(Set<RegionVersionIdentifier> versionIdentifiers, Date date) -
configurationForSnapshot
public static EffectiveVersionConfiguration configurationForSnapshot(List<RegionVersion> forcedRegionVersions) -
getDate
-