public static interface AnomalyTimeRange.Builder extends SdkPojo, CopyableBuilder<AnomalyTimeRange.Builder,AnomalyTimeRange>
| Modifier and Type | Method and Description |
|---|---|
AnomalyTimeRange.Builder |
endTime(Instant endTime)
The time when the anomalous behavior ended.
|
AnomalyTimeRange.Builder |
startTime(Instant startTime)
The time when the anomalous behavior started.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyTimeRange.Builder startTime(Instant startTime)
The time when the anomalous behavior started.
startTime - The time when the anomalous behavior started.AnomalyTimeRange.Builder endTime(Instant endTime)
The time when the anomalous behavior ended.
endTime - The time when the anomalous behavior ended.Copyright © 2023. All rights reserved.