Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.LargeTimestampGaps.Builder
-
Packages that use LargeTimestampGaps.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LargeTimestampGaps.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LargeTimestampGaps.Builder Modifier and Type Method Description static LargeTimestampGaps.BuilderLargeTimestampGaps. builder()LargeTimestampGaps.BuilderLargeTimestampGaps.Builder. maxTimestampGapInDays(Integer maxTimestampGapInDays)Indicates the size of the largest timestamp gap, in days.LargeTimestampGaps.BuilderLargeTimestampGaps.Builder. numberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)Indicates the number of large timestamp gaps, if there are any.LargeTimestampGaps.BuilderLargeTimestampGaps.Builder. status(String status)Indicates whether there is a potential data issue related to large gaps in timestamps.LargeTimestampGaps.BuilderLargeTimestampGaps.Builder. status(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to large gaps in timestamps.LargeTimestampGaps.BuilderLargeTimestampGaps. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LargeTimestampGaps.Builder Modifier and Type Method Description static Class<? extends LargeTimestampGaps.Builder>LargeTimestampGaps. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type LargeTimestampGaps.Builder Modifier and Type Method Description default SensorStatisticsSummary.BuilderSensorStatisticsSummary.Builder. largeTimestampGaps(Consumer<LargeTimestampGaps.Builder> largeTimestampGaps)Parameter that describes potential risk about whether data associated with the sensor contains one or more large gaps between consecutive timestamps.
-