Class CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputationModelPropsMixin.ComputationModelConfigurationProperty>
- Enclosing interface:
CfnComputationModelPropsMixin.ComputationModelConfigurationProperty
@Stability(Stable)
public static final class CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputationModelPropsMixin.ComputationModelConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanomalyDetection(CfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty anomalyDetection) anomalyDetection(IResolvable anomalyDetection) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anomalyDetection
@Stability(Stable) public CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder anomalyDetection(IResolvable anomalyDetection) Sets the value ofCfnComputationModelPropsMixin.ComputationModelConfigurationProperty.getAnomalyDetection()- Parameters:
anomalyDetection- The configuration for the anomaly detection type of computation model.- Returns:
this
-
anomalyDetection
@Stability(Stable) public CfnComputationModelPropsMixin.ComputationModelConfigurationProperty.Builder anomalyDetection(CfnComputationModelPropsMixin.AnomalyDetectionComputationModelConfigurationProperty anomalyDetection) Sets the value ofCfnComputationModelPropsMixin.ComputationModelConfigurationProperty.getAnomalyDetection()- Parameters:
anomalyDetection- The configuration for the anomaly detection type of computation model.- Returns:
this
-
build
@Stability(Stable) public CfnComputationModelPropsMixin.ComputationModelConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComputationModelPropsMixin.ComputationModelConfigurationProperty>- Returns:
- a new instance of
CfnComputationModelPropsMixin.ComputationModelConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-