@Stability(value=Stable) public static final class MetricOptions.Builder extends Object implements software.amazon.jsii.Builder<MetricOptions>
MetricOptions| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public MetricOptions.Builder account(String account)
CommonMetricOptions.getAccount()account - Account which this metric comes from.this@Stability(value=Stable) public MetricOptions.Builder color(String color)
CommonMetricOptions.getColor()color - The hex color code, prefixed with '#' (e.g. '#00ff00'), to use when this metric is rendered on a graph. The `Color` class has a set of standard colors that can be used here.this@Stability(value=Deprecated) @Deprecated public MetricOptions.Builder dimensions(Map<String,? extends Object> dimensions)
CommonMetricOptions.getDimensions()dimensions - Dimensions of the metric.this@Stability(value=Stable) public MetricOptions.Builder dimensionsMap(Map<String,String> dimensionsMap)
CommonMetricOptions.getDimensionsMap()dimensionsMap - Dimensions of the metric.this@Stability(value=Stable) public MetricOptions.Builder label(String label)
CommonMetricOptions.getLabel()label - Label for this metric when added to a Graph in a Dashboard.
You can use dynamic labels
to show summary information about the entire displayed time series
in the legend. For example, if you use:
[max: ${MAX}] MyMetric
As the metric label, the maximum value in the visible range will be shown next to the time series name in the graph's legend.
this@Stability(value=Stable) public MetricOptions.Builder period(Duration period)
CommonMetricOptions.getPeriod()period - The period over which the specified statistic is applied.this@Stability(value=Stable) public MetricOptions.Builder region(String region)
CommonMetricOptions.getRegion()region - Region which this metric comes from.this@Stability(value=Stable) public MetricOptions.Builder statistic(String statistic)
CommonMetricOptions.getStatistic()statistic - What function to use for aggregating.
Can be one of the following:
this@Stability(value=Stable) public MetricOptions.Builder unit(Unit unit)
CommonMetricOptions.getUnit()unit - Unit used to filter the metric stream.
Only refer to datums emitted to the metric stream with the given unit and
ignore all others. Only useful when datums are being emitted to the same
metric stream under different units.
The default is to use all matric datums in the stream, regardless of unit, which is recommended in nearly all cases.
CloudWatch does not honor this property for graphs.
this@Stability(value=Stable) public MetricOptions build()
build in interface software.amazon.jsii.Builder<MetricOptions>MetricOptionsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.