Package com.oracle.bmc.apmconfig.model
Class NamespaceMetricCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.apmconfig.model.NamespaceMetricCollection.Builder
-
- Enclosing class:
- NamespaceMetricCollection
public static class NamespaceMetricCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceMetricCollection
build()
NamespaceMetricCollection.Builder
copy(NamespaceMetricCollection model)
NamespaceMetricCollection.Builder
items(List<NamespaceMetric> items)
The list of available namespace metrics.
-
-
-
Method Detail
-
items
public NamespaceMetricCollection.Builder items(List<NamespaceMetric> items)
The list of available namespace metrics.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public NamespaceMetricCollection build()
-
copy
public NamespaceMetricCollection.Builder copy(NamespaceMetricCollection model)
-
-