@Stability(value=Stable) public static final class CfnAnomalyDetectorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetectorProps>
CfnAnomalyDetectorProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder anomalyDetectorConfig(CfnAnomalyDetector.AnomalyDetectorConfigProperty anomalyDetectorConfig)
CfnAnomalyDetectorProps.getAnomalyDetectorConfig()anomalyDetectorConfig - Contains information about the configuration of the anomaly detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder anomalyDetectorConfig(IResolvable anomalyDetectorConfig)
CfnAnomalyDetectorProps.getAnomalyDetectorConfig()anomalyDetectorConfig - Contains information about the configuration of the anomaly detector. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder metricSetList(IResolvable metricSetList)
CfnAnomalyDetectorProps.getMetricSetList()metricSetList - The detector's dataset. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder metricSetList(List<? extends Object> metricSetList)
CfnAnomalyDetectorProps.getMetricSetList()metricSetList - The detector's dataset. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder anomalyDetectorDescription(String anomalyDetectorDescription)
CfnAnomalyDetectorProps.getAnomalyDetectorDescription()anomalyDetectorDescription - A description of the detector.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder anomalyDetectorName(String anomalyDetectorName)
CfnAnomalyDetectorProps.getAnomalyDetectorName()anomalyDetectorName - The name of the detector.this@Stability(value=Stable) public CfnAnomalyDetectorProps.Builder kmsKeyArn(String kmsKeyArn)
CfnAnomalyDetectorProps.getKmsKeyArn()kmsKeyArn - The ARN of the KMS key to use to encrypt your data.this@Stability(value=Stable) public CfnAnomalyDetectorProps build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetectorProps>CfnAnomalyDetectorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.