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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BatchGetAssetPropertyValueSuccessEntry.BuilderassetPropertyValue(Consumer<AssetPropertyValue.Builder> assetPropertyValue)Sets the value of the AssetPropertyValue property for this object.BatchGetAssetPropertyValueSuccessEntry.BuilderassetPropertyValue(AssetPropertyValue assetPropertyValue)Sets the value of the AssetPropertyValue property for this object.BatchGetAssetPropertyValueSuccessEntry.BuilderentryId(String entryId)The ID of the entry.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
entryId
BatchGetAssetPropertyValueSuccessEntry.Builder entryId(String 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:
assetPropertyValue(AssetPropertyValue)
-
-