Interface AnomalyTimeRange.Builder

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

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

    • startTime

      AnomalyTimeRange.Builder startTime(Instant startTime)

      The time when the anomalous behavior started.

      Parameters:
      startTime - The time when the anomalous behavior started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time when the anomalous behavior ended.

      Parameters:
      endTime - The time when the anomalous behavior ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.