public static interface GetAssetPropertyValueHistoryRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyValueHistoryRequest.Builder,GetAssetPropertyValueHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyValueHistoryRequest.Builder |
assetId(String assetId)
The ID of the asset.
|
GetAssetPropertyValueHistoryRequest.Builder |
endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
GetAssetPropertyValueHistoryRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
|
GetAssetPropertyValueHistoryRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
GetAssetPropertyValueHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetAssetPropertyValueHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetAssetPropertyValueHistoryRequest.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). |
GetAssetPropertyValueHistoryRequest.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
GetAssetPropertyValueHistoryRequest.Builder |
qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest.Builder |
qualities(Quality... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest.Builder |
qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest.Builder |
qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
|
GetAssetPropertyValueHistoryRequest.Builder |
startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.
|
GetAssetPropertyValueHistoryRequest.Builder |
timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
GetAssetPropertyValueHistoryRequest.Builder |
timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetPropertyValueHistoryRequest.Builder assetId(String assetId)
The ID of the asset.
assetId - The ID of the asset.GetAssetPropertyValueHistoryRequest.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.GetAssetPropertyValueHistoryRequest.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.GetAssetPropertyValueHistoryRequest.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.GetAssetPropertyValueHistoryRequest.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.GetAssetPropertyValueHistoryRequest.Builder qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.Builder qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.Builder qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.Builder qualities(Quality... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.GetAssetPropertyValueHistoryRequest.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,
TimeOrderingGetAssetPropertyValueHistoryRequest.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,
TimeOrderingGetAssetPropertyValueHistoryRequest.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.GetAssetPropertyValueHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for each paginated request.
Default: 100
maxResults - The maximum number of results to return for each paginated request.
Default: 100
GetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.