Interface BatchGetAssetPropertyValueSuccessEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchGetAssetPropertyValueSuccessEntry.Builder,,BatchGetAssetPropertyValueSuccessEntry> SdkBuilder<BatchGetAssetPropertyValueSuccessEntry.Builder,,BatchGetAssetPropertyValueSuccessEntry> SdkPojo
- Enclosing class:
 BatchGetAssetPropertyValueSuccessEntry
public static interface BatchGetAssetPropertyValueSuccessEntry.Builder
extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueSuccessEntry.Builder,BatchGetAssetPropertyValueSuccessEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionassetPropertyValue(Consumer<AssetPropertyValue.Builder> assetPropertyValue) Sets the value of the AssetPropertyValue property for this object.assetPropertyValue(AssetPropertyValue assetPropertyValue) Sets the value of the AssetPropertyValue property for this object.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, 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.
 
 - 
assetPropertyValue
BatchGetAssetPropertyValueSuccessEntry.Builder assetPropertyValue(AssetPropertyValue assetPropertyValue) Sets the value of the AssetPropertyValue property for this object.- Parameters:
 assetPropertyValue- The new value for the AssetPropertyValue property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
assetPropertyValue
default BatchGetAssetPropertyValueSuccessEntry.Builder assetPropertyValue(Consumer<AssetPropertyValue.Builder> assetPropertyValue) Sets the value of the AssetPropertyValue property for this object. 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 toassetPropertyValue(AssetPropertyValue).- Parameters:
 assetPropertyValue- 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:
 
 
 -