Class CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty>
- Enclosing interface:
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty
@Stability(Stable)
public static final class CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.getAssetId()build()Builds the configured instance.Sets the value ofCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.getEntryId()propertyAlias(String propertyAlias) propertyId(String propertyId) propertyValues(List<? extends Object> propertyValues) propertyValues(IResolvable propertyValues)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
assetId
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder assetId(String assetId) Sets the value ofCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.getAssetId()- Parameters:
assetId- The ID of the AWS IoT SiteWise asset. You must specify either apropertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Returns:
this
-
entryId
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder entryId(String entryId) Sets the value ofCfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.getEntryId()- Parameters:
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.- Returns:
this
-
propertyAlias
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder propertyAlias(String propertyAlias) - Parameters:
propertyAlias- The name of the property alias associated with your asset property. You must specify either apropertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Returns:
this
-
propertyId
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder propertyId(String propertyId) - Parameters:
propertyId- The ID of the asset's property. You must specify either apropertyAliasor both analiasIdand apropertyId. Accepts substitution templates.- Returns:
this
-
propertyValues
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder propertyValues(IResolvable propertyValues) - Parameters:
propertyValues- A list of property values to insert that each contain timestamp, quality, and value (TQV) information.- Returns:
this
-
propertyValues
@Stability(Stable) public CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty.Builder propertyValues(List<? extends Object> propertyValues) - Parameters:
propertyValues- A list of property values to insert that each contain timestamp, quality, and value (TQV) information.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty>- Returns:
- a new instance of
CfnTopicRulePropsMixin.PutAssetPropertyValueEntryProperty - Throws:
NullPointerException- if any required attribute was not provided
-