| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.assetId(String assetId)
The ID of the asset in which the asset property was created.
|
static BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.builder() |
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.entryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.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). |
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.propertyId(String propertyId)
The ID of the asset property.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.qualities(Quality... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.Builder.timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
BatchGetAssetPropertyValueHistoryEntry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetAssetPropertyValueHistoryEntry.Builder> |
BatchGetAssetPropertyValueHistoryEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.