@Stability(value=Stable) public static final class CfnAlarmModel.IotSiteWiseProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAlarmModel.IotSiteWiseProperty>
CfnAlarmModel.IotSiteWiseProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder assetId(String assetId)
CfnAlarmModel.IotSiteWiseProperty.getAssetId()assetId - The ID of the asset that has the specified property.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder entryId(String entryId)
CfnAlarmModel.IotSiteWiseProperty.getEntryId()entryId - A unique identifier for this entry.
You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder propertyAlias(String propertyAlias)
CfnAlarmModel.IotSiteWiseProperty.getPropertyAlias()propertyAlias - The alias of the asset property.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder propertyId(String propertyId)
CfnAlarmModel.IotSiteWiseProperty.getPropertyId()propertyId - The ID of the asset property.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder propertyValue(CfnAlarmModel.AssetPropertyValueProperty propertyValue)
CfnAlarmModel.IotSiteWiseProperty.getPropertyValue()propertyValue - The value to send to the asset property.
This value contains timestamp, quality, and value (TQV) information.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty.Builder propertyValue(IResolvable propertyValue)
CfnAlarmModel.IotSiteWiseProperty.getPropertyValue()propertyValue - The value to send to the asset property.
This value contains timestamp, quality, and value (TQV) information.this@Stability(value=Stable) public CfnAlarmModel.IotSiteWiseProperty build()
build in interface software.amazon.jsii.Builder<CfnAlarmModel.IotSiteWiseProperty>CfnAlarmModel.IotSiteWisePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.