static UsageByAccount.Builder |
UsageByAccount.builder() |
|
UsageByAccount.Builder |
UsageByAccount.Builder.currency(String currency) |
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount.Builder |
UsageByAccount.Builder.currency(Currency currency) |
The type of currency that the value for the metric (estimatedCost) is reported in.
|
UsageByAccount.Builder |
UsageByAccount.Builder.estimatedCost(String estimatedCost) |
The estimated value for the metric.
|
default UsageByAccount.Builder |
UsageByAccount.Builder.serviceLimit(Consumer<ServiceLimit.Builder> serviceLimit) |
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount.Builder |
UsageByAccount.Builder.serviceLimit(ServiceLimit serviceLimit) |
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount.Builder |
UsageByAccount.toBuilder() |
|
UsageByAccount.Builder |
UsageByAccount.Builder.type(String type) |
The name of the metric.
|
UsageByAccount.Builder |
UsageByAccount.Builder.type(UsageType type) |
The name of the metric.
|