@Stability(value=Stable) public static final class CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.PutAssetPropertyValueEntryProperty>
CfnTopicRule.PutAssetPropertyValueEntryProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder propertyValues(IResolvable propertyValues)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getPropertyValues()propertyValues - A list of property values to insert that each contain timestamp, quality, and value (TQV) information. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder propertyValues(List<? extends Object> propertyValues)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getPropertyValues()propertyValues - A list of property values to insert that each contain timestamp, quality, and value (TQV) information. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder assetId(String assetId)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getAssetId()assetId - The ID of the AWS IoT SiteWise asset.
You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder entryId(String entryId)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getEntryId()entryId - Optional.
A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder propertyAlias(String propertyAlias)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getPropertyAlias()propertyAlias - The name of the property alias associated with your asset property.
You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder propertyId(String propertyId)
CfnTopicRule.PutAssetPropertyValueEntryProperty.getPropertyId()propertyId - The ID of the asset's property.
You must specify either a propertyAlias or both an aliasId and a propertyId . Accepts substitution templates.this@Stability(value=Stable) public CfnTopicRule.PutAssetPropertyValueEntryProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.PutAssetPropertyValueEntryProperty>CfnTopicRule.PutAssetPropertyValueEntryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.