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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetHierarchyInfo.BuilderchildAssetId(String childAssetId)The ID of the child asset in this asset relationship.AssetHierarchyInfo.BuilderparentAssetId(String parentAssetId)The ID of the parent asset in this asset relationship.-
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 Detail
-
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.
-
-