Interface GetAssetPropertyValueHistoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetAssetPropertyValueHistoryRequest.Builder,
,GetAssetPropertyValueHistoryRequest> IoTSiteWiseRequest.Builder
,SdkBuilder<GetAssetPropertyValueHistoryRequest.Builder,
,GetAssetPropertyValueHistoryRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetAssetPropertyValueHistoryRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset.The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.maxResults
(Integer maxResults) The maximum number of results to return for each paginated request.The token to be used for the next set of paginated results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
).propertyId
(String propertyId) The ID of the asset property.qualities
(Collection<Quality> qualities) The quality by which to filter asset data.The quality by which to filter asset data.qualitiesWithStrings
(String... qualities) The quality by which to filter asset data.qualitiesWithStrings
(Collection<String> qualities) The quality by which to filter asset data.The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.timeOrdering
(String timeOrdering) The chronological sorting order of the requested information.timeOrdering
(TimeOrdering timeOrdering) The chronological sorting order of the requested information.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
assetId
The ID of the asset.
- Parameters:
assetId
- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
The ID of the asset property.
- Parameters:
propertyId
- The ID of the asset property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
- Parameters:
startDate
- The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
- Parameters:
endDate
- The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualitiesWithStrings
The quality by which to filter asset data.
- Parameters:
qualities
- The quality by which to filter asset data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualitiesWithStrings
The quality by which to filter asset data.
- Parameters:
qualities
- The quality by which to filter asset data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualities
The quality by which to filter asset data.
- Parameters:
qualities
- The quality by which to filter asset data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualities
The quality by which to filter asset data.
- Parameters:
qualities
- The quality by which to filter asset data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeOrdering
The chronological sorting order of the requested information.
Default:
ASCENDING
- Parameters:
timeOrdering
- The chronological sorting order of the requested information.Default:
ASCENDING
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeOrdering
The chronological sorting order of the requested information.
Default:
ASCENDING
- Parameters:
timeOrdering
- The chronological sorting order of the requested information.Default:
ASCENDING
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to be used for the next set of paginated results.
- Parameters:
nextToken
- The token to be used for the next set of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 4 MB.
-
The number of data points in the result set is equal to the value of
maxResults
. The maximum value ofmaxResults
is 20000.
- Parameters:
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 4 MB.
-
The number of data points in the result set is equal to the value of
maxResults
. The maximum value ofmaxResults
is 20000.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
GetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAssetPropertyValueHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-