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