Class CfnAnomalyDetectorPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin>
- Enclosing class:
CfnAnomalyDetectorPropsMixin
@Stability(Stable)
public static final class CfnAnomalyDetectorPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin>
A fluent builder for
CfnAnomalyDetectorPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionanomalyDetectorConfig(CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.anomalyDetectorConfig(IResolvable anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.anomalyDetectorDescription(String anomalyDetectorDescription) A description of the detector.anomalyDetectorName(String anomalyDetectorName) The name of the detector.build()create()create(CfnPropertyMixinOptions options) The ARN of the KMS key to use to encrypt your data.The ARN of the KMS key to use to encrypt your data.metricSetList(List<? extends Object> metricSetList) The detector's dataset.metricSetList(IResolvable metricSetList) The detector's dataset.
-
Method Details
-
create
@Stability(Stable) public static CfnAnomalyDetectorPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAnomalyDetectorPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAnomalyDetectorPropsMixin.Builder.
-
anomalyDetectorConfig
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder anomalyDetectorConfig(IResolvable anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.- Parameters:
anomalyDetectorConfig- Contains information about the configuration of the anomaly detector. This parameter is required.- Returns:
this- See Also:
-
anomalyDetectorConfig
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder anomalyDetectorConfig(CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty anomalyDetectorConfig) Contains information about the configuration of the anomaly detector.- Parameters:
anomalyDetectorConfig- Contains information about the configuration of the anomaly detector. This parameter is required.- Returns:
this- See Also:
-
anomalyDetectorDescription
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder anomalyDetectorDescription(String anomalyDetectorDescription) A description of the detector.- Parameters:
anomalyDetectorDescription- A description of the detector. This parameter is required.- Returns:
this- See Also:
-
anomalyDetectorName
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder anomalyDetectorName(String anomalyDetectorName) The name of the detector.- Parameters:
anomalyDetectorName- The name of the detector. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The ARN of the KMS key to use to encrypt your data.- Parameters:
kmsKeyArn- The ARN of the KMS key to use to encrypt your data. This parameter is required.- Returns:
this- See Also:
-
kmsKeyArn
The ARN of the KMS key to use to encrypt your data.- Parameters:
kmsKeyArn- The ARN of the KMS key to use to encrypt your data. This parameter is required.- Returns:
this- See Also:
-
metricSetList
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder metricSetList(IResolvable metricSetList) The detector's dataset.- Parameters:
metricSetList- The detector's dataset. This parameter is required.- Returns:
this- See Also:
-
metricSetList
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.Builder metricSetList(List<? extends Object> metricSetList) The detector's dataset.- Parameters:
metricSetList- The detector's dataset. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin>- Returns:
- a newly built instance of
CfnAnomalyDetectorPropsMixin.
-