@Stability(value=Stable) public static final class CfnAnomalyDetector.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector>
CfnAnomalyDetector.| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.Builder |
anomalyDetectorConfig(CfnAnomalyDetector.AnomalyDetectorConfigProperty anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
CfnAnomalyDetector.Builder |
anomalyDetectorConfig(IResolvable anomalyDetectorConfig)
Contains information about the configuration of the anomaly detector.
|
CfnAnomalyDetector.Builder |
anomalyDetectorDescription(String anomalyDetectorDescription)
A description of the detector.
|
CfnAnomalyDetector.Builder |
anomalyDetectorName(String anomalyDetectorName)
The name of the detector.
|
CfnAnomalyDetector |
build() |
static CfnAnomalyDetector.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAnomalyDetector.Builder |
kmsKeyArn(String kmsKeyArn)
The ARN of the KMS key to use to encrypt your data.
|
CfnAnomalyDetector.Builder |
metricSetList(IResolvable metricSetList)
The detector's dataset.
|
CfnAnomalyDetector.Builder |
metricSetList(List<? extends Object> metricSetList)
The detector's dataset.
|
@Stability(value=Stable) public static CfnAnomalyDetector.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAnomalyDetector.AnomalyDetectorConfigProperty.Builder.@Stability(value=Stable) public CfnAnomalyDetector.Builder anomalyDetectorConfig(CfnAnomalyDetector.AnomalyDetectorConfigProperty anomalyDetectorConfig)
anomalyDetectorConfig - Contains information about the configuration of the anomaly detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder anomalyDetectorConfig(IResolvable anomalyDetectorConfig)
anomalyDetectorConfig - Contains information about the configuration of the anomaly detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder metricSetList(IResolvable metricSetList)
metricSetList - The detector's dataset. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder metricSetList(List<? extends Object> metricSetList)
metricSetList - The detector's dataset. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
anomalyDetectorDescription - A description of the detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder anomalyDetectorName(String anomalyDetectorName)
anomalyDetectorName - The name of the detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.Builder kmsKeyArn(String kmsKeyArn)
kmsKeyArn - The ARN of the KMS key to use to encrypt your data. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector>Copyright © 2022. All rights reserved.