Class CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty>
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty
@Stability(Stable)
public static final class CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanomalyDetectorFrequency(String anomalyDetectorFrequency) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anomalyDetectorFrequency
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty.Builder anomalyDetectorFrequency(String anomalyDetectorFrequency) Sets the value ofCfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty.getAnomalyDetectorFrequency()- Parameters:
anomalyDetectorFrequency- The frequency at which the detector analyzes its source data.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty>- Returns:
- a new instance of
CfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-