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