| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static LargeTimestampGaps.Builder |
LargeTimestampGaps.builder() |
LargeTimestampGaps.Builder |
LargeTimestampGaps.Builder.maxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
|
LargeTimestampGaps.Builder |
LargeTimestampGaps.Builder.numberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
|
LargeTimestampGaps.Builder |
LargeTimestampGaps.Builder.status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps.Builder |
LargeTimestampGaps.Builder.status(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps.Builder |
LargeTimestampGaps.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LargeTimestampGaps.Builder> |
LargeTimestampGaps.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SensorStatisticsSummary.Builder |
SensorStatisticsSummary.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.
|
Copyright © 2022. All rights reserved.