Interface LargeTimestampGaps.Builder

    • Method Detail

      • status

        LargeTimestampGaps.Builder status​(String status)

        Indicates whether there is a potential data issue related to large gaps in timestamps.

        Parameters:
        status - Indicates whether there is a potential data issue related to large gaps in timestamps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatisticalIssueStatus, StatisticalIssueStatus
      • numberOfLargeTimestampGaps

        LargeTimestampGaps.Builder numberOfLargeTimestampGaps​(Integer numberOfLargeTimestampGaps)

        Indicates the number of large timestamp gaps, if there are any.

        Parameters:
        numberOfLargeTimestampGaps - Indicates the number of large timestamp gaps, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxTimestampGapInDays

        LargeTimestampGaps.Builder maxTimestampGapInDays​(Integer maxTimestampGapInDays)

        Indicates the size of the largest timestamp gap, in days.

        Parameters:
        maxTimestampGapInDays - Indicates the size of the largest timestamp gap, in days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.