@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:51.306Z") @Stability(value=Deprecated) @Deprecated public interface MetricRenderingProperties extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudwatch.*;
MetricRenderingProperties metricRenderingProperties = MetricRenderingProperties.builder()
.period(123)
// the properties below are optional
.color("color")
.label("label")
.stat("stat")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricRenderingProperties.Builder
Deprecated.
|
static class |
MetricRenderingProperties.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricRenderingProperties.Builder |
builder()
Deprecated.
|
default String |
getColor()
Deprecated.
|
default String |
getLabel()
Deprecated.
|
Number |
getPeriod()
Deprecated.
|
default String |
getStat()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull Number getPeriod()
@Stability(value=Deprecated) @Deprecated @Nullable default String getColor()
@Stability(value=Deprecated) @Deprecated @Nullable default String getLabel()
@Stability(value=Deprecated) @Deprecated @Nullable default String getStat()
@Stability(value=Deprecated) @Deprecated static MetricRenderingProperties.Builder builder()
MetricRenderingProperties.Builder of MetricRenderingPropertiesCopyright © 2023. All rights reserved.