public static interface CfnAsset.AssetHierarchyProperty
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.*; AssetHierarchyProperty assetHierarchyProperty = AssetHierarchyProperty.builder() .childAssetId("childAssetId") .logicalId("logicalId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAsset.AssetHierarchyProperty.Builder
A builder for
CfnAsset.AssetHierarchyProperty |
static class |
CfnAsset.AssetHierarchyProperty.Jsii$Proxy
An implementation for
CfnAsset.AssetHierarchyProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAsset.AssetHierarchyProperty.Builder |
builder() |
java.lang.String |
getChildAssetId()
The Id of the child asset.
|
java.lang.String |
getLogicalId()
The `LogicalID` of the hierarchy.
|
java.lang.String getChildAssetId()
java.lang.String getLogicalId()
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+
.
static CfnAsset.AssetHierarchyProperty.Builder builder()