Class MetricExtensionResourceAggregationCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.stackmonitoring.model.MetricExtensionResourceAggregationCollection.Builder
 
- 
- Enclosing class:
- MetricExtensionResourceAggregationCollection
 
 public static class MetricExtensionResourceAggregationCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricExtensionResourceAggregationCollectionbuild()MetricExtensionResourceAggregationCollection.Buildercopy(MetricExtensionResourceAggregationCollection model)MetricExtensionResourceAggregationCollection.Builderitems(List<MetricExtensionResourceAggregation> items)The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.
 
- 
- 
- 
Method Detail- 
itemspublic MetricExtensionResourceAggregationCollection.Builder items(List<MetricExtensionResourceAggregation> items) The counts related to the associationStatus, metricExtensionId, resourceId and compartmentId.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic MetricExtensionResourceAggregationCollection build() 
 - 
copypublic MetricExtensionResourceAggregationCollection.Builder copy(MetricExtensionResourceAggregationCollection model) 
 
- 
 
-