Class CfnComputationModel.ComputationModelConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnComputationModel.ComputationModelConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputationModel.ComputationModelConfigurationProperty>
- Enclosing interface:
CfnComputationModel.ComputationModelConfigurationProperty
@Stability(Stable)
public static final class CfnComputationModel.ComputationModelConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputationModel.ComputationModelConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanomalyDetection
(IResolvable anomalyDetection) anomalyDetection
(CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty anomalyDetection) build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
anomalyDetection
@Stability(Stable) public CfnComputationModel.ComputationModelConfigurationProperty.Builder anomalyDetection(IResolvable anomalyDetection) - Parameters:
anomalyDetection
- the value to be set.- Returns:
this
-
anomalyDetection
@Stability(Stable) public CfnComputationModel.ComputationModelConfigurationProperty.Builder anomalyDetection(CfnComputationModel.AnomalyDetectionComputationModelConfigurationProperty anomalyDetection) - Parameters:
anomalyDetection
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnComputationModel.ComputationModelConfigurationProperty>
- Returns:
- a new instance of
CfnComputationModel.ComputationModelConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-