Interface AssetModelHierarchyDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetModelHierarchyDefinition.Builder,
,AssetModelHierarchyDefinition> SdkBuilder<AssetModelHierarchyDefinition.Builder,
,AssetModelHierarchyDefinition> SdkPojo
- Enclosing class:
AssetModelHierarchyDefinition
public static interface AssetModelHierarchyDefinition.Builder
extends SdkPojo, CopyableBuilder<AssetModelHierarchyDefinition.Builder,AssetModelHierarchyDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionchildAssetModelId
(String childAssetModelId) The ID of an asset model for this hierarchy.The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).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 Details
-
name
The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).
- Parameters:
name
- The name of the asset model hierarchy definition (as specified in the CreateAssetModel or UpdateAssetModel API operation).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
childAssetModelId
The ID of an asset model for this hierarchy.
- Parameters:
childAssetModelId
- The ID of an asset model for this hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-