Interface AnomalyReportedTimeRange.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyReportedTimeRange.Builder,AnomalyReportedTimeRange>,SdkBuilder<AnomalyReportedTimeRange.Builder,AnomalyReportedTimeRange>,SdkPojo
- Enclosing class:
- AnomalyReportedTimeRange
public static interface AnomalyReportedTimeRange.Builder extends SdkPojo, CopyableBuilder<AnomalyReportedTimeRange.Builder,AnomalyReportedTimeRange>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyReportedTimeRange.BuildercloseTime(Instant closeTime)The time when an anomaly is closed.AnomalyReportedTimeRange.BuilderopenTime(Instant openTime)The time when an anomaly is opened.-
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
-
openTime
AnomalyReportedTimeRange.Builder openTime(Instant openTime)
The time when an anomaly is opened.
- Parameters:
openTime- The time when an anomaly is opened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
closeTime
AnomalyReportedTimeRange.Builder closeTime(Instant closeTime)
The time when an anomaly is closed.
- Parameters:
closeTime- The time when an anomaly is closed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-