public static class UsageAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UsageAggregation |
build() |
UsageAggregation.Builder |
copy(UsageAggregation model) |
UsageAggregation.Builder |
groupBy(List<String> groupBy)
Aggregate the result by.
|
UsageAggregation.Builder |
items(List<UsageSummary> items)
A list of usage items.
|
public UsageAggregation.Builder groupBy(List<String> groupBy)
Aggregate the result by.
groupBy
- the value to setpublic UsageAggregation.Builder items(List<UsageSummary> items)
A list of usage items.
items
- the value to setpublic UsageAggregation build()
public UsageAggregation.Builder copy(UsageAggregation model)
Copyright © 2016–2024. All rights reserved.