@Stability(value=Stable) public static final class CfnAsset.AssetHierarchyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAsset.AssetHierarchyProperty>
CfnAsset.AssetHierarchyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAsset.AssetHierarchyProperty |
build()
Builds the configured instance.
|
CfnAsset.AssetHierarchyProperty.Builder |
childAssetId(String childAssetId)
Sets the value of
CfnAsset.AssetHierarchyProperty.getChildAssetId() |
CfnAsset.AssetHierarchyProperty.Builder |
logicalId(String logicalId)
Sets the value of
CfnAsset.AssetHierarchyProperty.getLogicalId() |
@Stability(value=Stable) public CfnAsset.AssetHierarchyProperty.Builder childAssetId(String childAssetId)
CfnAsset.AssetHierarchyProperty.getChildAssetId()childAssetId - The Id of the child asset. This parameter is required.this@Stability(value=Stable) public CfnAsset.AssetHierarchyProperty.Builder logicalId(String logicalId)
CfnAsset.AssetHierarchyProperty.getLogicalId()logicalId - The `LogicalID` of the hierarchy. This ID is a `hierarchyLogicalId` . This parameter is required.
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+ .this@Stability(value=Stable) public CfnAsset.AssetHierarchyProperty build()
build in interface software.amazon.jsii.Builder<CfnAsset.AssetHierarchyProperty>CfnAsset.AssetHierarchyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.