Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.AssetHierarchyInfo.Builder
-
Packages that use AssetHierarchyInfo.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetHierarchyInfo.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetHierarchyInfo.Builder Modifier and Type Method Description static AssetHierarchyInfo.BuilderAssetHierarchyInfo. builder()AssetHierarchyInfo.BuilderAssetHierarchyInfo.Builder. childAssetId(String childAssetId)The ID of the child asset in this asset relationship.AssetHierarchyInfo.BuilderAssetHierarchyInfo.Builder. parentAssetId(String parentAssetId)The ID of the parent asset in this asset relationship.AssetHierarchyInfo.BuilderAssetHierarchyInfo. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetHierarchyInfo.Builder Modifier and Type Method Description static Class<? extends AssetHierarchyInfo.Builder>AssetHierarchyInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type AssetHierarchyInfo.Builder Modifier and Type Method Description default AssetRelationshipSummary.BuilderAssetRelationshipSummary.Builder. hierarchyInfo(Consumer<AssetHierarchyInfo.Builder> hierarchyInfo)The assets that are related through an asset hierarchy.
-