Interface AssetPropertyBindingValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetPropertyBindingValue.Builder,
,AssetPropertyBindingValue> SdkBuilder<AssetPropertyBindingValue.Builder,
,AssetPropertyBindingValue> SdkPojo
- Enclosing class:
AssetPropertyBindingValue
@Mutable
@NotThreadSafe
public static interface AssetPropertyBindingValue.Builder
extends SdkPojo, CopyableBuilder<AssetPropertyBindingValue.Builder,AssetPropertyBindingValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset containing the property.propertyId
(String propertyId) The ID of the property within the asset.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, sdkFieldNameToField, sdkFields
-
Method Details
-
assetId
The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.
- Parameters:
assetId
- The ID of the asset containing the property. This identifies the specific asset instance's property value used in the computation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
The ID of the property within the asset. This identifies the specific property's value used in the computation model.
- Parameters:
propertyId
- The ID of the property within the asset. This identifies the specific property's value used in the computation model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-