public static interface RelativeAggregationDuration.Builder extends SdkPojo, CopyableBuilder<RelativeAggregationDuration.Builder,RelativeAggregationDuration>
| Modifier and Type | Method and Description |
|---|---|
RelativeAggregationDuration.Builder |
timeDimension(String timeDimension)
The type of time period that the
timeValue field represents. |
RelativeAggregationDuration.Builder |
timeDimension(TimeDimension timeDimension)
The type of time period that the
timeValue field represents. |
RelativeAggregationDuration.Builder |
timeValue(Integer timeValue)
The period of the time window to gather statistics for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelativeAggregationDuration.Builder timeDimension(String timeDimension)
The type of time period that the timeValue field represents.
timeDimension - The type of time period that the timeValue field represents.TimeDimension,
TimeDimensionRelativeAggregationDuration.Builder timeDimension(TimeDimension timeDimension)
The type of time period that the timeValue field represents.
timeDimension - The type of time period that the timeValue field represents.TimeDimension,
TimeDimensionRelativeAggregationDuration.Builder timeValue(Integer timeValue)
The period of the time window to gather statistics for. The valid value depends on the setting of the
timeDimension field.
Hours - 1/3/6/12/24
Days - 3
Weeks - 1/2
timeValue - The period of the time window to gather statistics for. The valid value depends on the setting of the
timeDimension field.
Hours - 1/3/6/12/24
Days - 3
Weeks - 1/2
Copyright © 2022. All rights reserved.