Interface BatchGetAssetPropertyValueHistorySuccessEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchGetAssetPropertyValueHistorySuccessEntry.Builder,,BatchGetAssetPropertyValueHistorySuccessEntry> SdkBuilder<BatchGetAssetPropertyValueHistorySuccessEntry.Builder,,BatchGetAssetPropertyValueHistorySuccessEntry> SdkPojo
- Enclosing class:
 BatchGetAssetPropertyValueHistorySuccessEntry
public static interface BatchGetAssetPropertyValueHistorySuccessEntry.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistorySuccessEntry.Builder,BatchGetAssetPropertyValueHistorySuccessEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionassetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory) The requested historical values for the specified asset property.assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory) The requested historical values for the specified asset property.assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory) The requested historical values for the specified asset property.The ID of the entry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
entryId
The ID of the entry.
- Parameters:
 entryId- The ID of the entry.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetPropertyValueHistory
BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(Collection<AssetPropertyValue> assetPropertyValueHistory) The requested historical values for the specified asset property.
- Parameters:
 assetPropertyValueHistory- The requested historical values for the specified asset property.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetPropertyValueHistory
BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(AssetPropertyValue... assetPropertyValueHistory) The requested historical values for the specified asset property.
- Parameters:
 assetPropertyValueHistory- The requested historical values for the specified asset property.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetPropertyValueHistory
BatchGetAssetPropertyValueHistorySuccessEntry.Builder assetPropertyValueHistory(Consumer<AssetPropertyValue.Builder>... assetPropertyValueHistory) The requested historical values for the specified asset property.
This is a convenience method that creates an instance of theAssetPropertyValue.Builderavoiding the need to create one manually viaAssetPropertyValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetPropertyValueHistory(List<AssetPropertyValue>).- Parameters:
 assetPropertyValueHistory- a consumer that will call methods onAssetPropertyValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -