public static interface GetAssetPropertyAggregatesRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyAggregatesRequest.Builder,GetAssetPropertyAggregatesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyAggregatesRequest.Builder |
aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
aggregateTypesWithStrings(Collection<String> aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
aggregateTypesWithStrings(String... aggregateTypes)
The data aggregating function.
|
GetAssetPropertyAggregatesRequest.Builder |
assetId(String assetId)
The ID of the asset.
|
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 |
maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyAggregatesRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyAggregatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssetPropertyAggregatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
propertyId(String propertyId)
The ID of the asset property.
|
GetAssetPropertyAggregatesRequest.Builder |
qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
qualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyAggregatesRequest.Builder |
resolution(String resolution)
The time interval over which to aggregate data.
|
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 |
timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyAggregatesRequest.Builder |
timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetPropertyAggregatesRequest.Builder assetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.GetAssetPropertyAggregatesRequest.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.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). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
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.GetAssetPropertyAggregatesRequest.Builder aggregateTypesWithStrings(Collection<String> aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.GetAssetPropertyAggregatesRequest.Builder aggregateTypesWithStrings(String... aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.GetAssetPropertyAggregatesRequest.Builder aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.GetAssetPropertyAggregatesRequest.Builder aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.GetAssetPropertyAggregatesRequest.Builder resolution(String resolution)
The time interval over which to aggregate data.
resolution - The time interval over which to aggregate data.GetAssetPropertyAggregatesRequest.Builder qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.Builder qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.Builder qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.Builder qualities(Quality... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyAggregatesRequest.Builder startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
startDate - The exclusive start of the range from which to query historical data, expressed in seconds in Unix
epoch time.GetAssetPropertyAggregatesRequest.Builder endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
endDate - The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch
time.GetAssetPropertyAggregatesRequest.Builder timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering - The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering,
TimeOrderingGetAssetPropertyAggregatesRequest.Builder timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering - The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering,
TimeOrderingGetAssetPropertyAggregatesRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.GetAssetPropertyAggregatesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request. A result set is returned in the two cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults. The maximum
value of maxResults is 250.
maxResults - The maximum number of results to return for each paginated request. A result set is returned in the
two cases, whichever occurs first.
The size of the result set is equal to 1 MB.
The number of data points in the result set is equal to the value of maxResults. The
maximum value of maxResults is 250.
GetAssetPropertyAggregatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAssetPropertyAggregatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.