@Stability(value=Stable) public static final class CfnAnomalyDetector.MetricSetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.MetricSetProperty>
CfnAnomalyDetector.MetricSetProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricList(IResolvable metricList)
CfnAnomalyDetector.MetricSetProperty.getMetricList()metricList - A list of metrics that the dataset will contain. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricList(List<? extends Object> metricList)
CfnAnomalyDetector.MetricSetProperty.getMetricList()metricList - A list of metrics that the dataset will contain. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricSetName(String metricSetName)
CfnAnomalyDetector.MetricSetProperty.getMetricSetName()metricSetName - The name of the dataset. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricSource(CfnAnomalyDetector.MetricSourceProperty metricSource)
CfnAnomalyDetector.MetricSetProperty.getMetricSource()metricSource - Contains information about how the source data should be interpreted. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricSource(IResolvable metricSource)
CfnAnomalyDetector.MetricSetProperty.getMetricSource()metricSource - Contains information about how the source data should be interpreted. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder dimensionList(List<String> dimensionList)
CfnAnomalyDetector.MetricSetProperty.getDimensionList()dimensionList - A list of the fields you want to treat as dimensions.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricSetDescription(String metricSetDescription)
CfnAnomalyDetector.MetricSetProperty.getMetricSetDescription()metricSetDescription - A description of the dataset you are creating.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder metricSetFrequency(String metricSetFrequency)
CfnAnomalyDetector.MetricSetProperty.getMetricSetFrequency()metricSetFrequency - The frequency with which the source data will be analyzed for anomalies.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder offset(Number offset)
CfnAnomalyDetector.MetricSetProperty.getOffset()offset - After an interval ends, the amount of seconds that the detector waits before importing data.
Offset is only supported for S3 and Redshift datasources.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder timestampColumn(CfnAnomalyDetector.TimestampColumnProperty timestampColumn)
CfnAnomalyDetector.MetricSetProperty.getTimestampColumn()timestampColumn - Contains information about the column used for tracking time in your source data.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder timestampColumn(IResolvable timestampColumn)
CfnAnomalyDetector.MetricSetProperty.getTimestampColumn()timestampColumn - Contains information about the column used for tracking time in your source data.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty.Builder timezone(String timezone)
CfnAnomalyDetector.MetricSetProperty.getTimezone()timezone - The time zone in which your source data was recorded.this@Stability(value=Stable) public CfnAnomalyDetector.MetricSetProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.MetricSetProperty>CfnAnomalyDetector.MetricSetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.