@Stability(value=Stable) public static final class CfnAssetModel.AssetModelPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAssetModel.AssetModelPropertyProperty>
CfnAssetModel.AssetModelPropertyProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder dataType(String dataType)
CfnAssetModel.AssetModelPropertyProperty.getDataType()dataType - The data type of the asset model property. This parameter is required.
The value can be STRING , INTEGER , DOUBLE , BOOLEAN , or STRUCT .this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder logicalId(String logicalId)
CfnAssetModel.AssetModelPropertyProperty.getLogicalId()logicalId - The `LogicalID` of the asset model property. This parameter is required.
The maximum length is 256 characters, with the pattern [^\\ u0000-\\ u001F\\ u007F]+ .this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder name(String name)
CfnAssetModel.AssetModelPropertyProperty.getName()name - The name of the asset model property. This parameter is required.
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+ .this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder type(CfnAssetModel.PropertyTypeProperty type)
CfnAssetModel.AssetModelPropertyProperty.getType()type - Contains a property type, which can be one of `Attribute` , `Measurement` , `Metric` , or `Transform` . This parameter is required.this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder type(IResolvable type)
CfnAssetModel.AssetModelPropertyProperty.getType()type - Contains a property type, which can be one of `Attribute` , `Measurement` , `Metric` , or `Transform` . This parameter is required.this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder dataTypeSpec(String dataTypeSpec)
CfnAssetModel.AssetModelPropertyProperty.getDataTypeSpec()dataTypeSpec - The data type of the structure for this property.
This parameter exists on properties that have the STRUCT data type.this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty.Builder unit(String unit)
CfnAssetModel.AssetModelPropertyProperty.getUnit()unit - The unit of the asset model property, such as `Newtons` or `RPM` .this@Stability(value=Stable) public CfnAssetModel.AssetModelPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnAssetModel.AssetModelPropertyProperty>CfnAssetModel.AssetModelPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.