public static interface GetTimeSeriesServiceStatisticsResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetTimeSeriesServiceStatisticsResponse.Builder,GetTimeSeriesServiceStatisticsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTimeSeriesServiceStatisticsResponse.Builder |
containsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned
aggregation might show statistics from an older version of the group's filter expression.
|
GetTimeSeriesServiceStatisticsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
GetTimeSeriesServiceStatisticsResponse.Builder |
timeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
|
GetTimeSeriesServiceStatisticsResponse.Builder |
timeSeriesServiceStatistics(Consumer<TimeSeriesServiceStatistics.Builder>... timeSeriesServiceStatistics)
The collection of statistics.
|
GetTimeSeriesServiceStatisticsResponse.Builder |
timeSeriesServiceStatistics(TimeSeriesServiceStatistics... timeSeriesServiceStatistics)
The collection of statistics.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTimeSeriesServiceStatisticsResponse.Builder timeSeriesServiceStatistics(Collection<TimeSeriesServiceStatistics> timeSeriesServiceStatistics)
The collection of statistics.
timeSeriesServiceStatistics - The collection of statistics.GetTimeSeriesServiceStatisticsResponse.Builder timeSeriesServiceStatistics(TimeSeriesServiceStatistics... timeSeriesServiceStatistics)
The collection of statistics.
timeSeriesServiceStatistics - The collection of statistics.GetTimeSeriesServiceStatisticsResponse.Builder timeSeriesServiceStatistics(Consumer<TimeSeriesServiceStatistics.Builder>... timeSeriesServiceStatistics)
The collection of statistics.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #timeSeriesServiceStatistics(List) .timeSeriesServiceStatistics - a consumer that will call methods on List.Builder #timeSeriesServiceStatistics(List) GetTimeSeriesServiceStatisticsResponse.Builder containsOldGroupVersions(Boolean containsOldGroupVersions)
A flag indicating whether or not a group's filter expression has been consistent, or if a returned aggregation might show statistics from an older version of the group's filter expression.
containsOldGroupVersions - A flag indicating whether or not a group's filter expression has been consistent, or if a returned
aggregation might show statistics from an older version of the group's filter expression.GetTimeSeriesServiceStatisticsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2022. All rights reserved.