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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyTimeRange.BuilderendTime(Instant endTime)The time when the anomalous behavior ended.AnomalyTimeRange.BuilderstartTime(Instant startTime)The time when the anomalous behavior started.-
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
-
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
AnomalyTimeRange.Builder endTime(Instant 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.
-
-