Interface LargeTimestampGaps.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>, SdkBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>, SdkPojo
Enclosing class:
LargeTimestampGaps

public static interface LargeTimestampGaps.Builder extends SdkPojo, CopyableBuilder<LargeTimestampGaps.Builder,LargeTimestampGaps>
  • Method Details

    • 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:
    • 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:
    • 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.