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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyDateInterval.BuilderendDate(String endDate)The last date an anomaly was observed.AnomalyDateInterval.BuilderstartDate(String startDate)The first date an anomaly was observed.-
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
-
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
AnomalyDateInterval.Builder endDate(String 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.
-
-