public static class MonitoredResourcesCountAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MonitoredResourcesCountAggregation |
build() |
MonitoredResourcesCountAggregation.Builder |
copy(MonitoredResourcesCountAggregation model) |
MonitoredResourcesCountAggregation.Builder |
count(Integer count)
the value of this metric
|
MonitoredResourcesCountAggregation.Builder |
dimensions(Map<String,String> dimensions)
Qualifiers provided in a metric definition.
|
public MonitoredResourcesCountAggregation.Builder dimensions(Map<String,String> dimensions)
Qualifiers provided in a metric definition. Available dimensions vary based on groupBy parameter. Each dimension takes the form of a key-value pair.
Example: "resourceType": "oci_autonomous_database"
dimensions
- the value to setpublic MonitoredResourcesCountAggregation.Builder count(Integer count)
the value of this metric
count
- the value to setpublic MonitoredResourcesCountAggregation build()
public MonitoredResourcesCountAggregation.Builder copy(MonitoredResourcesCountAggregation model)
Copyright © 2016–2025. All rights reserved.