Class CfnComputationModel.AssetModelPropertyBindingValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iotsitewise.CfnComputationModel.AssetModelPropertyBindingValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComputationModel.AssetModelPropertyBindingValueProperty>
- Enclosing interface:
CfnComputationModel.AssetModelPropertyBindingValueProperty
@Stability(Stable)
public static final class CfnComputationModel.AssetModelPropertyBindingValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComputationModel.AssetModelPropertyBindingValueProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassetModelId(String assetModelId) build()Builds the configured instance.propertyId(String propertyId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetModelId
@Stability(Stable) public CfnComputationModel.AssetModelPropertyBindingValueProperty.Builder assetModelId(String assetModelId) - Parameters:
assetModelId- The ID of the asset model, in UUID format. This parameter is required.- Returns:
this
-
propertyId
@Stability(Stable) public CfnComputationModel.AssetModelPropertyBindingValueProperty.Builder propertyId(String propertyId) - Parameters:
propertyId- The ID of the asset model property used in data binding value. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComputationModel.AssetModelPropertyBindingValueProperty>- Returns:
- a new instance of
CfnComputationModel.AssetModelPropertyBindingValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-