public static interface PredictionTimeRange.Builder extends SdkPojo, CopyableBuilder<PredictionTimeRange.Builder,PredictionTimeRange>
| Modifier and Type | Method and Description |
|---|---|
PredictionTimeRange.Builder |
endTime(Instant endTime)
The time when the behavior in a proactive insight is expected to end.
|
PredictionTimeRange.Builder |
startTime(Instant startTime)
The time range during which a metric limit is expected to be exceeded.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPredictionTimeRange.Builder startTime(Instant startTime)
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
startTime - The time range during which a metric limit is expected to be exceeded. This applies to proactive
insights only.PredictionTimeRange.Builder endTime(Instant endTime)
The time when the behavior in a proactive insight is expected to end.
endTime - The time when the behavior in a proactive insight is expected to end.Copyright © 2023. All rights reserved.