Interface PropertyMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PropertyMapping.Builder,
,PropertyMapping> SdkBuilder<PropertyMapping.Builder,
,PropertyMapping> SdkPojo
- Enclosing class:
PropertyMapping
@Mutable
@NotThreadSafe
public static interface PropertyMapping.Builder
extends SdkPojo, CopyableBuilder<PropertyMapping.Builder,PropertyMapping>
-
Method Summary
Modifier and TypeMethodDescriptionassetModelPropertyId
(String assetModelPropertyId) The ID of the property in the asset model where the interface is applied.interfaceAssetModelPropertyId
(String interfaceAssetModelPropertyId) The ID of the property in the interface asset model.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
-
assetModelPropertyId
The ID of the property in the asset model where the interface is applied.
- Parameters:
assetModelPropertyId
- The ID of the property in the asset model where the interface is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
interfaceAssetModelPropertyId
The ID of the property in the interface asset model.
- Parameters:
interfaceAssetModelPropertyId
- The ID of the property in the interface asset model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-