Class TimeSeriesParameter.Builder

    • Method Detail

      • endDateTime

        public TimeSeriesParameter.Builder endDateTime​(OffsetDateTime endDateTime)
        “End time of the series being requested. Optional; if not specified, current time is used.”
        Parameters:
        endDateTime - value of endDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • metricName

        public TimeSeriesParameter.Builder metricName​(String metricName)
        “The name of the metric for which a time series is requested.”
        Parameters:
        metricName - value of metricName property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • startDateTime

        public TimeSeriesParameter.Builder startDateTime​(OffsetDateTime startDateTime)
        “Start time of the series being requested.”
        Parameters:
        startDateTime - value of startDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)