public static interface GetTimeSeriesServiceStatisticsRequest.Builder extends XRayRequest.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesServiceStatisticsRequest.Builder,GetTimeSeriesServiceStatisticsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTimeSeriesServiceStatisticsRequest.Builder startTime(Instant startTime)
The start of the time frame for which to aggregate statistics.
startTime - The start of the time frame for which to aggregate statistics.GetTimeSeriesServiceStatisticsRequest.Builder endTime(Instant endTime)
The end of the time frame for which to aggregate statistics.
endTime - The end of the time frame for which to aggregate statistics.GetTimeSeriesServiceStatisticsRequest.Builder groupName(String groupName)
The case-sensitive name of the group for which to pull statistics from.
groupName - The case-sensitive name of the group for which to pull statistics from.GetTimeSeriesServiceStatisticsRequest.Builder groupARN(String groupARN)
The Amazon Resource Name (ARN) of the group for which to pull statistics from.
groupARN - The Amazon Resource Name (ARN) of the group for which to pull statistics from.GetTimeSeriesServiceStatisticsRequest.Builder entitySelectorExpression(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.
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.GetTimeSeriesServiceStatisticsRequest.Builder period(Integer period)
Aggregation period in seconds.
period - Aggregation period in seconds.GetTimeSeriesServiceStatisticsRequest.Builder forecastStatistics(Boolean forecastStatistics)
The forecasted high and low fault count values. Forecast enabled requests require the EntitySelectorExpression ID be provided.
forecastStatistics - The forecasted high and low fault count values. Forecast enabled requests require the
EntitySelectorExpression ID be provided.GetTimeSeriesServiceStatisticsRequest.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.GetTimeSeriesServiceStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTimeSeriesServiceStatisticsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.