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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LargeTimestampGaps.BuildermaxTimestampGapInDays(Integer maxTimestampGapInDays)Indicates the size of the largest timestamp gap, in days.LargeTimestampGaps.BuildernumberOfLargeTimestampGaps(Integer numberOfLargeTimestampGaps)Indicates the number of large timestamp gaps, if there are any.LargeTimestampGaps.Builderstatus(String status)Indicates whether there is a potential data issue related to large gaps in timestamps.LargeTimestampGaps.Builderstatus(StatisticalIssueStatus status)Indicates whether there is a potential data issue related to large gaps in timestamps.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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
-
status
LargeTimestampGaps.Builder status(StatisticalIssueStatus 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.
-
-