Interface BatchGetAssetPropertyValueEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>,SdkBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>,SdkPojo
- Enclosing class:
- BatchGetAssetPropertyValueEntry
public static interface BatchGetAssetPropertyValueEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAssetPropertyValueEntry.BuilderassetId(String assetId)The ID of the asset in which the asset property was created.BatchGetAssetPropertyValueEntry.BuilderentryId(String entryId)The ID of the entry.BatchGetAssetPropertyValueEntry.BuilderpropertyAlias(String propertyAlias)The alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature).BatchGetAssetPropertyValueEntry.BuilderpropertyId(String propertyId)The ID of the asset property, in UUID format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
entryId
BatchGetAssetPropertyValueEntry.Builder entryId(String entryId)
The ID of the entry.
- Parameters:
entryId- The ID of the entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetId
BatchGetAssetPropertyValueEntry.Builder assetId(String assetId)
The ID of the asset in which the asset property was created.
- Parameters:
assetId- The ID of the asset in which the asset property was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
BatchGetAssetPropertyValueEntry.Builder propertyId(String propertyId)
The ID of the asset property, in UUID format.
- Parameters:
propertyId- The ID of the asset property, in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyAlias
BatchGetAssetPropertyValueEntry.Builder propertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.- Parameters:
propertyAlias- The alias that identifies the property, such as an OPC-UA server data stream path (for example,/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the IoT SiteWise User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-