static StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.builder() |
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.endTime(Instant endTime) |
The Linux timestamp of the date and time that the statistics end.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.farmId(String farmId) |
The identifier of the farm that contains queues or fleets to return statistics for.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.groupBy(Collection<UsageGroupByField> groupBy) |
The field to use to group the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.groupBy(UsageGroupByField... groupBy) |
The field to use to group the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.groupByWithStrings(String... groupBy) |
The field to use to group the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.groupByWithStrings(Collection<String> groupBy) |
The field to use to group the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.period(String period) |
The period to aggregate the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.period(Period period) |
The period to aggregate the statistics.
|
default StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.resourceIds(Consumer<SessionsStatisticsResources.Builder> resourceIds) |
A list of fleet IDs or queue IDs to gather statistics for.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.resourceIds(SessionsStatisticsResources resourceIds) |
A list of fleet IDs or queue IDs to gather statistics for.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.startTime(Instant startTime) |
The Linux timestamp of the date and time that the statistics start.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.statistics(Collection<UsageStatistic> statistics) |
One to four statistics to return.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.statistics(UsageStatistic... statistics) |
One to four statistics to return.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.statisticsWithStrings(String... statistics) |
One to four statistics to return.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.statisticsWithStrings(Collection<String> statistics) |
One to four statistics to return.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.Builder.timezone(String timezone) |
The timezone to use for the statistics.
|
StartSessionsStatisticsAggregationRequest.Builder |
StartSessionsStatisticsAggregationRequest.toBuilder() |
|