Package com.oracle.bmc.apmconfig.model
Class ExportImportMetricGroupSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.ExportImportMetricGroupSummary.Builder
 
- 
- Enclosing class:
- ExportImportMetricGroupSummary
 
 public static class ExportImportMetricGroupSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic ExportImportMetricGroupSummary.Builder id(String id) 
 - 
freeformTagspublic ExportImportMetricGroupSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic ExportImportMetricGroupSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
displayNamepublic ExportImportMetricGroupSummary.Builder displayName(String displayName) The name by which a configuration entity is displayed to the end user.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
filterIdpublic ExportImportMetricGroupSummary.Builder filterId(String filterId) The OCID of a Span Filter.The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created. - Parameters:
- filterId- the value to set
- Returns:
- this builder
 
 - 
namespacepublic ExportImportMetricGroupSummary.Builder namespace(String namespace) The namespace to which the metrics are published.It must be one of several predefined namespaces. - Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
dimensionspublic ExportImportMetricGroupSummary.Builder dimensions(List<Dimension> dimensions) A list of dimensions for the metric.This variable should not be used. - Parameters:
- dimensions- the value to set
- Returns:
- this builder
 
 - 
metricspublic ExportImportMetricGroupSummary.Builder metrics(List<Metric> metrics) The list of metrics in this group.- Parameters:
- metrics- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExportImportMetricGroupSummary build() 
 - 
copypublic ExportImportMetricGroupSummary.Builder copy(ExportImportMetricGroupSummary model) 
 
- 
 
-