@Stability(value=Stable)
public static interface CfnAnomalyDetector.MetricSetProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnomalyDetector.MetricSetProperty.Builder
A builder for
CfnAnomalyDetector.MetricSetProperty |
static class |
CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.MetricSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnomalyDetector.MetricSetProperty.Builder |
builder() |
default List<String> |
getDimensionList()
`CfnAnomalyDetector.MetricSetProperty.DimensionList`.
|
Object |
getMetricList()
`CfnAnomalyDetector.MetricSetProperty.MetricList`.
|
default String |
getMetricSetDescription()
`CfnAnomalyDetector.MetricSetProperty.MetricSetDescription`.
|
default String |
getMetricSetFrequency()
`CfnAnomalyDetector.MetricSetProperty.MetricSetFrequency`.
|
String |
getMetricSetName()
`CfnAnomalyDetector.MetricSetProperty.MetricSetName`.
|
Object |
getMetricSource()
`CfnAnomalyDetector.MetricSetProperty.MetricSource`.
|
default Number |
getOffset()
`CfnAnomalyDetector.MetricSetProperty.Offset`.
|
default Object |
getTimestampColumn()
`CfnAnomalyDetector.MetricSetProperty.TimestampColumn`.
|
default String |
getTimezone()
`CfnAnomalyDetector.MetricSetProperty.Timezone`.
|
@Stability(value=Stable) @NotNull Object getMetricList()
@Stability(value=Stable) @NotNull String getMetricSetName()
@Stability(value=Stable) @NotNull Object getMetricSource()
@Stability(value=Stable) @Nullable default List<String> getDimensionList()
@Stability(value=Stable) @Nullable default String getMetricSetDescription()
@Stability(value=Stable) @Nullable default String getMetricSetFrequency()
@Stability(value=Stable) @Nullable default Number getOffset()
@Stability(value=Stable) @Nullable default Object getTimestampColumn()
@Stability(value=Stable) @Nullable default String getTimezone()
@Stability(value=Stable) static CfnAnomalyDetector.MetricSetProperty.Builder builder()
Copyright © 2021. All rights reserved.