@Stability(value=Stable) public static final class CfnAssetModel.AssetModelHierarchyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAssetModel.AssetModelHierarchyProperty>
CfnAssetModel.AssetModelHierarchyProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAssetModel.AssetModelHierarchyProperty |
build()
Builds the configured instance.
|
CfnAssetModel.AssetModelHierarchyProperty.Builder |
childAssetModelId(String childAssetModelId)
Sets the value of
CfnAssetModel.AssetModelHierarchyProperty.getChildAssetModelId() |
CfnAssetModel.AssetModelHierarchyProperty.Builder |
logicalId(String logicalId)
Sets the value of
CfnAssetModel.AssetModelHierarchyProperty.getLogicalId() |
CfnAssetModel.AssetModelHierarchyProperty.Builder |
name(String name)
Sets the value of
CfnAssetModel.AssetModelHierarchyProperty.getName() |
@Stability(value=Stable) public CfnAssetModel.AssetModelHierarchyProperty.Builder childAssetModelId(String childAssetModelId)
CfnAssetModel.AssetModelHierarchyProperty.getChildAssetModelId()childAssetModelId - The Id of the asset model. This parameter is required.this@Stability(value=Stable) public CfnAssetModel.AssetModelHierarchyProperty.Builder logicalId(String logicalId)
CfnAssetModel.AssetModelHierarchyProperty.getLogicalId()logicalId - The `LogicalID` of the asset model 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 CfnAssetModel.AssetModelHierarchyProperty.Builder name(String name)
CfnAssetModel.AssetModelHierarchyProperty.getName()name - The name of the asset model hierarchy. This parameter is required.
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+ .this@Stability(value=Stable) public CfnAssetModel.AssetModelHierarchyProperty build()
build in interface software.amazon.jsii.Builder<CfnAssetModel.AssetModelHierarchyProperty>CfnAssetModel.AssetModelHierarchyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.