Class CfnAnomalyDetector.AnomalyDetectorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.aps.CfnAnomalyDetector.AnomalyDetectorConfigurationProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnAnomalyDetector.AnomalyDetectorConfigurationProperty>
- Enclosing interface:
 CfnAnomalyDetector.AnomalyDetectorConfigurationProperty
@Stability(Stable)
public static final class CfnAnomalyDetector.AnomalyDetectorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnomalyDetector.AnomalyDetectorConfigurationProperty>
A builder for 
CfnAnomalyDetector.AnomalyDetectorConfigurationProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.randomCutForest(IResolvable randomCutForest) randomCutForest(CfnAnomalyDetector.RandomCutForestConfigurationProperty randomCutForest)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
randomCutForest
@Stability(Stable) public CfnAnomalyDetector.AnomalyDetectorConfigurationProperty.Builder randomCutForest(IResolvable randomCutForest) - Parameters:
 randomCutForest- the value to be set. This parameter is required.- Returns:
 this
 - 
randomCutForest
@Stability(Stable) public CfnAnomalyDetector.AnomalyDetectorConfigurationProperty.Builder randomCutForest(CfnAnomalyDetector.RandomCutForestConfigurationProperty randomCutForest) - Parameters:
 randomCutForest- the value to be set. This parameter is required.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnAnomalyDetector.AnomalyDetectorConfigurationProperty>- Returns:
 - a new instance of 
CfnAnomalyDetector.AnomalyDetectorConfigurationProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -