public static class UpdateMetricGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateMetricGroupDetails |
build() |
UpdateMetricGroupDetails.Builder |
copy(UpdateMetricGroupDetails model) |
UpdateMetricGroupDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateMetricGroupDetails.Builder |
dimensions(List<Dimension> dimensions)
A list of dimensions for the metric.
|
UpdateMetricGroupDetails.Builder |
displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
|
UpdateMetricGroupDetails.Builder |
filterId(String filterId)
The OCID of a
Span Filter.
|
UpdateMetricGroupDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateMetricGroupDetails.Builder |
metrics(List<Metric> metrics)
The list of metrics in this group.
|
UpdateMetricGroupDetails.Builder |
namespace(String namespace)
The namespace to which the metrics are published.
|
public UpdateMetricGroupDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateMetricGroupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateMetricGroupDetails.Builder displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
displayName
- the value to setpublic UpdateMetricGroupDetails.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 UpdateMetricGroupDetails.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 UpdateMetricGroupDetails.Builder dimensions(List<Dimension> dimensions)
A list of dimensions for the metric. This variable should not be used.
dimensions
- the value to setpublic UpdateMetricGroupDetails.Builder metrics(List<Metric> metrics)
The list of metrics in this group.
metrics
- the value to setpublic UpdateMetricGroupDetails build()
public UpdateMetricGroupDetails.Builder copy(UpdateMetricGroupDetails model)
Copyright © 2016–2024. All rights reserved.