@Stability(value=Stable) public static final class CfnDetectorModel.IotSiteWiseProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.IotSiteWiseProperty>
CfnDetectorModel.IotSiteWiseProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty.Builder propertyValue(CfnDetectorModel.AssetPropertyValueProperty propertyValue)
CfnDetectorModel.IotSiteWiseProperty.getPropertyValue()propertyValue - The value to send to the asset property. This parameter is required.
This value contains timestamp, quality, and value (TQV) information.this@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty.Builder propertyValue(IResolvable propertyValue)
CfnDetectorModel.IotSiteWiseProperty.getPropertyValue()propertyValue - The value to send to the asset property. This parameter is required.
This value contains timestamp, quality, and value (TQV) information.this@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty.Builder assetId(String assetId)
CfnDetectorModel.IotSiteWiseProperty.getAssetId()assetId - The ID of the asset that has the specified property.this@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty.Builder entryId(String entryId)
CfnDetectorModel.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 CfnDetectorModel.IotSiteWiseProperty.Builder propertyAlias(String propertyAlias)
CfnDetectorModel.IotSiteWiseProperty.getPropertyAlias()propertyAlias - The alias of the asset property.this@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty.Builder propertyId(String propertyId)
CfnDetectorModel.IotSiteWiseProperty.getPropertyId()propertyId - The ID of the asset property.this@Stability(value=Stable) public CfnDetectorModel.IotSiteWiseProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.IotSiteWiseProperty>CfnDetectorModel.IotSiteWisePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.