Class GetTimeSeriesServiceStatisticsRequest

    • Method Detail

      • startTime

        public final Instant startTime()

        The start of the time frame for which to aggregate statistics.

        Returns:
        The start of the time frame for which to aggregate statistics.
      • endTime

        public final Instant endTime()

        The end of the time frame for which to aggregate statistics.

        Returns:
        The end of the time frame for which to aggregate statistics.
      • groupName

        public final String groupName()

        The case-sensitive name of the group for which to pull statistics from.

        Returns:
        The case-sensitive name of the group for which to pull statistics from.
      • groupARN

        public final String groupARN()

        The Amazon Resource Name (ARN) of the group for which to pull statistics from.

        Returns:
        The Amazon Resource Name (ARN) of the group for which to pull statistics from.
      • entitySelectorExpression

        public final String entitySelectorExpression()

        A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.

        Returns:
        A filter expression defining entities that will be aggregated for statistics. Supports ID, service, and edge functions. If no selector expression is specified, edge statistics are returned.
      • period

        public final Integer period()

        Aggregation period in seconds.

        Returns:
        Aggregation period in seconds.
      • forecastStatistics

        public final Boolean forecastStatistics()

        The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.

        Returns:
        The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
      • nextToken

        public final String nextToken()

        Pagination token.

        Returns:
        Pagination token.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object