Interface AssetHierarchyInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AssetHierarchyInfo.Builder,,- AssetHierarchyInfo> - SdkBuilder<AssetHierarchyInfo.Builder,,- AssetHierarchyInfo> - SdkPojo
- Enclosing class:
- AssetHierarchyInfo
@Mutable
@NotThreadSafe
public static interface AssetHierarchyInfo.Builder
extends SdkPojo, CopyableBuilder<AssetHierarchyInfo.Builder,AssetHierarchyInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionchildAssetId(String childAssetId) The ID of the child asset in this asset relationship.parentAssetId(String parentAssetId) The ID of the parent asset in this asset relationship.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
parentAssetIdThe 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.
 
- 
childAssetIdThe 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.
 
 
-