Interface AssetModelPropertyBindingValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetModelPropertyBindingValue.Builder,
,AssetModelPropertyBindingValue> SdkBuilder<AssetModelPropertyBindingValue.Builder,
,AssetModelPropertyBindingValue> SdkPojo
- Enclosing class:
AssetModelPropertyBindingValue
@Mutable
@NotThreadSafe
public static interface AssetModelPropertyBindingValue.Builder
extends SdkPojo, CopyableBuilder<AssetModelPropertyBindingValue.Builder,AssetModelPropertyBindingValue>
-
Method Summary
Modifier and TypeMethodDescriptionassetModelId
(String assetModelId) The ID of the asset model, in UUID format.propertyId
(String propertyId) The ID of the asset model property used in data binding value.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
-
assetModelId
The ID of the asset model, in UUID format.
- Parameters:
assetModelId
- The ID of the asset model, in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyId
The ID of the asset model property used in data binding value.
- Parameters:
propertyId
- The ID of the asset model property used in data binding value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-