public static interface LargeTimestampGaps.Builder extends SdkPojo, CopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>
| Modifier and Type | Method and Description |
|---|---|
LargeTimestampGaps.Builder |
maxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
|
LargeTimestampGaps.Builder |
numberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
|
LargeTimestampGaps.Builder |
status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
LargeTimestampGaps.Builder |
status(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLargeTimestampGaps.Builder status(String status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
status - Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatus,
StatisticalIssueStatusLargeTimestampGaps.Builder status(StatisticalIssueStatus status)
Indicates whether there is a potential data issue related to large gaps in timestamps.
status - Indicates whether there is a potential data issue related to large gaps in timestamps.StatisticalIssueStatus,
StatisticalIssueStatusLargeTimestampGaps.Builder numberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)
Indicates the number of large timestamp gaps, if there are any.
numberOfLargeTimestampGaps - Indicates the number of large timestamp gaps, if there are any.LargeTimestampGaps.Builder maxTimestampGapInDays(Integer maxTimestampGapInDays)
Indicates the size of the largest timestamp gap, in days.
maxTimestampGapInDays - Indicates the size of the largest timestamp gap, in days.Copyright © 2022. All rights reserved.