public static interface CfnAssetModel.AssetModelHierarchyProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotsitewise.*; AssetModelHierarchyProperty assetModelHierarchyProperty = AssetModelHierarchyProperty.builder() .childAssetModelId("childAssetModelId") .logicalId("logicalId") .name("name") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAssetModel.AssetModelHierarchyProperty.Builder
A builder for
CfnAssetModel.AssetModelHierarchyProperty |
static class |
CfnAssetModel.AssetModelHierarchyProperty.Jsii$Proxy
An implementation for
CfnAssetModel.AssetModelHierarchyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAssetModel.AssetModelHierarchyProperty.Builder |
builder() |
java.lang.String |
getChildAssetModelId()
The Id of the asset model.
|
java.lang.String |
getLogicalId()
The `LogicalID` of the asset model hierarchy.
|
java.lang.String |
getName()
The name of the asset model hierarchy.
|
java.lang.String getChildAssetModelId()
java.lang.String getLogicalId()
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+
java.lang.String getName()
The maximum length is 256 characters with the pattern [^\ u0000-\ u001F\ u007F]+
.
static CfnAssetModel.AssetModelHierarchyProperty.Builder builder()