public static interface GetAssetPropertyValueHistoryResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<GetAssetPropertyValueHistoryResponse.Builder,GetAssetPropertyValueHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssetPropertyValueHistoryResponse.Builder |
assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueHistoryResponse.Builder |
assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueHistoryResponse.Builder |
assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)
The asset property's value history.
|
GetAssetPropertyValueHistoryResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory)
The asset property's value history.
assetPropertyValueHistory - The asset property's value history.GetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory)
The asset property's value history.
assetPropertyValueHistory - The asset property's value history.GetAssetPropertyValueHistoryResponse.Builder assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory)
The asset property's value history.
This is a convenience method that creates an instance of theAssetPropertyValue.Builder avoiding the need to
create one manually via
AssetPropertyValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #assetPropertyValueHistory(List.
assetPropertyValueHistory - a consumer that will call methods on
AssetPropertyValue.Builder#assetPropertyValueHistory(java.util.Collection) GetAssetPropertyValueHistoryResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2022. All rights reserved.