public static interface PutAssetPropertyValueEntry.Builder extends SdkPojo, CopyableBuilder<PutAssetPropertyValueEntry.Builder,PutAssetPropertyValueEntry>
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry.Builder |
assetId(String assetId)
The ID of the AWS IoT SiteWise asset.
|
PutAssetPropertyValueEntry.Builder |
entryId(String entryId)
Optional.
|
PutAssetPropertyValueEntry.Builder |
propertyAlias(String propertyAlias)
The name of the property alias associated with your asset property.
|
PutAssetPropertyValueEntry.Builder |
propertyId(String propertyId)
The ID of the asset's property.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(AssetPropertyValue... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(Collection<AssetPropertyValue> propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(Consumer<AssetPropertyValue.Builder>... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAssetPropertyValueEntry.Builder entryId(String 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.
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.PutAssetPropertyValueEntry.Builder assetId(String 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.
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.PutAssetPropertyValueEntry.Builder propertyId(String propertyId)
The ID of the asset's property. You must specify either a propertyAlias or both an
aliasId and a propertyId. Accepts substitution templates.
propertyId - The ID of the asset's property. You must specify either a propertyAlias or both an
aliasId and a propertyId. Accepts substitution templates.PutAssetPropertyValueEntry.Builder propertyAlias(String 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.
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.PutAssetPropertyValueEntry.Builder propertyValues(Collection<AssetPropertyValue> propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
propertyValues - A list of property values to insert that each contain timestamp, quality, and value (TQV) information.PutAssetPropertyValueEntry.Builder propertyValues(AssetPropertyValue... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
propertyValues - A list of property values to insert that each contain timestamp, quality, and value (TQV) information.PutAssetPropertyValueEntry.Builder propertyValues(Consumer<AssetPropertyValue.Builder>... propertyValues)
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #propertyValues(List) .propertyValues - a consumer that will call methods on List.Builder #propertyValues(List) Copyright © 2019. All rights reserved.