GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypes(Collection<AggregateType> aggregateTypes) |
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypes(AggregateType... aggregateTypes) |
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypesWithStrings(String... aggregateTypes) |
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.aggregateTypesWithStrings(Collection<String> aggregateTypes) |
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.assetId(String assetId) |
The ID of the asset.
|
static GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.builder() |
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.endDate(Instant endDate) |
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return for each paginated request.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.nextToken(String nextToken) |
The token to be used for the next set of paginated results.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.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).
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.propertyId(String propertyId) |
The ID of the asset property.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.qualities(Collection<Quality> qualities) |
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.qualities(Quality... qualities) |
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.qualitiesWithStrings(String... qualities) |
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.qualitiesWithStrings(Collection<String> qualities) |
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.resolution(String resolution) |
The time interval over which to aggregate data.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.startDate(Instant startDate) |
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.timeOrdering(String timeOrdering) |
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.Builder.timeOrdering(TimeOrdering timeOrdering) |
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest.Builder |
GetAssetPropertyAggregatesRequest.toBuilder() |
|