Package com.oracle.bmc.apmconfig.model
Class MetricGroupSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.MetricGroupSummary.Builder
 
- 
- Enclosing class:
- MetricGroupSummary
 
 public static class MetricGroupSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic MetricGroupSummary.Builder id(String id) 
 - 
timeCreatedpublic MetricGroupSummary.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic MetricGroupSummary.Builder timeUpdated(Date timeUpdated) 
 - 
createdBypublic MetricGroupSummary.Builder createdBy(String createdBy) 
 - 
updatedBypublic MetricGroupSummary.Builder updatedBy(String updatedBy) 
 - 
etagpublic MetricGroupSummary.Builder etag(String etag) 
 - 
freeformTagspublic MetricGroupSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic MetricGroupSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic MetricGroupSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
displayNamepublic MetricGroupSummary.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 MetricGroupSummary.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 MetricGroupSummary.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 MetricGroupSummary.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 MetricGroupSummary.Builder metrics(List<Metric> metrics) The list of metrics in this group.- Parameters:
- metrics- the value to set
- Returns:
- this builder
 
 - 
buildpublic MetricGroupSummary build() 
 - 
copypublic MetricGroupSummary.Builder copy(MetricGroupSummary model) 
 
- 
 
-