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 Details

    • timeDimension

      RelativeAggregationDuration.Builder timeDimension(String timeDimension)

      The type of time period that the timeValue field represents.

      Parameters:
      timeDimension - The type of time period that the timeValue field represents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timeDimension

      RelativeAggregationDuration.Builder timeDimension(TimeDimension timeDimension)

      The type of time period that the timeValue field represents.

      Parameters:
      timeDimension - The type of time period that the timeValue field represents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      Parameters:
      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

      Returns:
      Returns a reference to this object so that method calls can be chained together.