Interface RelativeAggregationDuration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelativeAggregationDuration.Builder,RelativeAggregationDuration>,SdkBuilder<RelativeAggregationDuration.Builder,RelativeAggregationDuration>,SdkPojo
- Enclosing class:
- RelativeAggregationDuration
public static interface RelativeAggregationDuration.Builder extends SdkPojo, CopyableBuilder<RelativeAggregationDuration.Builder,RelativeAggregationDuration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelativeAggregationDuration.BuildertimeDimension(String timeDimension)The type of time period that thetimeValuefield represents.RelativeAggregationDuration.BuildertimeDimension(TimeDimension timeDimension)The type of time period that thetimeValuefield represents.RelativeAggregationDuration.BuildertimeValue(Integer timeValue)The period of the time window to gather statistics for.-
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
-
timeDimension
RelativeAggregationDuration.Builder timeDimension(String timeDimension)
The type of time period that the
timeValuefield represents.- Parameters:
timeDimension- The type of time period that thetimeValuefield represents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeDimension,TimeDimension
-
timeDimension
RelativeAggregationDuration.Builder timeDimension(TimeDimension timeDimension)
The type of time period that the
timeValuefield represents.- Parameters:
timeDimension- The type of time period that thetimeValuefield represents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TimeDimension,TimeDimension
-
timeValue
RelativeAggregationDuration.Builder timeValue(Integer timeValue)
The period of the time window to gather statistics for. The valid value depends on the setting of the
timeDimensionfield.-
Hours- 1/3/6/12/24 -
Days- 3 -
Weeks- 1/2
- Parameters:
timeValue- The period of the time window to gather statistics for. The valid value depends on the setting of thetimeDimensionfield.-
Hours- 1/3/6/12/24 -
Days- 3 -
Weeks- 1/2
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-