Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.BatchGetAssetPropertyValueEntry.Builder
-
Packages that use BatchGetAssetPropertyValueEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of BatchGetAssetPropertyValueEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return BatchGetAssetPropertyValueEntry.Builder Modifier and Type Method Description BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry.Builder. assetId(String assetId)The ID of the asset in which the asset property was created.static BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry. builder()BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry.Builder. entryId(String entryId)The ID of the entry.BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry.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).BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry.Builder. propertyId(String propertyId)The ID of the asset property, in UUID format.BatchGetAssetPropertyValueEntry.BuilderBatchGetAssetPropertyValueEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type BatchGetAssetPropertyValueEntry.Builder Modifier and Type Method Description static Class<? extends BatchGetAssetPropertyValueEntry.Builder>BatchGetAssetPropertyValueEntry. serializableBuilderClass()
-