public static class MetricGroupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public MetricGroupSummary.Builder id(String id)
public MetricGroupSummary.Builder timeCreated(Date timeCreated)
public MetricGroupSummary.Builder timeUpdated(Date timeUpdated)
public MetricGroupSummary.Builder createdBy(String createdBy)
public MetricGroupSummary.Builder updatedBy(String updatedBy)
public MetricGroupSummary.Builder etag(String etag)
public MetricGroupSummary.Builder freeformTags(Map<String,String> freeformTags)
public MetricGroupSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public MetricGroupSummary.Builder displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
displayName
- the value to setpublic 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.
filterId
- the value to setpublic MetricGroupSummary.Builder namespace(String namespace)
The namespace to which the metrics are published. It must be one of several predefined namespaces.
namespace
- the value to setpublic MetricGroupSummary.Builder dimensions(List<Dimension> dimensions)
A list of dimensions for the metric. This variable should not be used.
dimensions
- the value to setpublic MetricGroupSummary.Builder metrics(List<Metric> metrics)
The list of metrics in this group.
metrics
- the value to setpublic MetricGroupSummary build()
public MetricGroupSummary.Builder copy(MetricGroupSummary model)
Copyright © 2016–2024. All rights reserved.