@Stability(value=Deprecated) @Deprecated public static final class MetricRenderingProperties.Builder extends Object implements software.amazon.jsii.Builder<MetricRenderingProperties>
MetricRenderingProperties| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MetricRenderingProperties |
build()
Deprecated.
|
MetricRenderingProperties.Builder |
color(String color)
Deprecated.
|
MetricRenderingProperties.Builder |
label(String label)
Deprecated.
|
MetricRenderingProperties.Builder |
period(Number period)
Deprecated.
|
MetricRenderingProperties.Builder |
stat(String stat)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public MetricRenderingProperties.Builder period(Number period)
MetricRenderingProperties.getPeriod()period - How many seconds to aggregate over. This parameter is required.this@Stability(value=Deprecated) @Deprecated public MetricRenderingProperties.Builder color(String color)
MetricRenderingProperties.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 MetricRenderingProperties.Builder label(String label)
MetricRenderingProperties.getLabel()label - Label for the metric.this@Stability(value=Deprecated) @Deprecated public MetricRenderingProperties.Builder stat(String stat)
MetricRenderingProperties.getStat()stat - Aggregation function to use (can be either simple or a percentile).this@Stability(value=Deprecated) @Deprecated public MetricRenderingProperties build()
build in interface software.amazon.jsii.Builder<MetricRenderingProperties>MetricRenderingPropertiesNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.