@Stability(value=Stable)
public static interface CfnAsset.AssetHierarchyProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getChildAssetId()
The Id of the child asset.
|
String |
getLogicalId()
The `LogicalID` of the hierarchy.
|
@Stability(value=Stable) @NotNull String getChildAssetId()
@Stability(value=Stable) @NotNull String getLogicalId()
The maximum length is 256 characters, with the pattern [^\ u0000-\ u001F\ u007F]+ .
@Stability(value=Stable) static CfnAsset.AssetHierarchyProperty.Builder builder()
Copyright © 2022. All rights reserved.