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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
assetModelPropertyIdThe 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.
 
- 
interfaceAssetModelPropertyIdThe 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.
 
 
-