Interface AssetHierarchyInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssetHierarchyInfo.Builder,AssetHierarchyInfo>, SdkBuilder<AssetHierarchyInfo.Builder,AssetHierarchyInfo>, SdkPojo
Enclosing class:
AssetHierarchyInfo

public static interface AssetHierarchyInfo.Builder extends SdkPojo, CopyableBuilder<AssetHierarchyInfo.Builder,AssetHierarchyInfo>
  • Method Details

    • parentAssetId

      AssetHierarchyInfo.Builder parentAssetId(String parentAssetId)

      The ID of the parent asset in this asset relationship.

      Parameters:
      parentAssetId - The ID of the parent asset in this asset relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • childAssetId

      AssetHierarchyInfo.Builder childAssetId(String childAssetId)

      The ID of the child asset in this asset relationship.

      Parameters:
      childAssetId - The ID of the child asset in this asset relationship.
      Returns:
      Returns a reference to this object so that method calls can be chained together.