Interface AnomalyDateInterval.Builder

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

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

    • startDate

      AnomalyDateInterval.Builder startDate(String startDate)

      The first date an anomaly was observed.

      Parameters:
      startDate - The first date an anomaly was observed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endDate

      The last date an anomaly was observed.

      Parameters:
      endDate - The last date an anomaly was observed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.