@Stability(value=Stable)
public static interface CfnAsset.AssetPropertyProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AssetPropertyProperty assetPropertyProperty = AssetPropertyProperty.builder()
.logicalId("logicalId")
// the properties below are optional
.alias("alias")
.notificationState("notificationState")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAsset.AssetPropertyProperty.Builder
A builder for
CfnAsset.AssetPropertyProperty |
static class |
CfnAsset.AssetPropertyProperty.Jsii$Proxy
An implementation for
CfnAsset.AssetPropertyProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAsset.AssetPropertyProperty.Builder |
builder() |
default String |
getAlias()
`CfnAsset.AssetPropertyProperty.Alias`.
|
String |
getLogicalId()
`CfnAsset.AssetPropertyProperty.LogicalId`.
|
default String |
getNotificationState()
`CfnAsset.AssetPropertyProperty.NotificationState`.
|
@Stability(value=Stable) @Nullable default String getAlias()
@Stability(value=Stable) @NotNull String getLogicalId()
@Stability(value=Stable) @Nullable default String getNotificationState()
@Stability(value=Stable) static CfnAsset.AssetPropertyProperty.Builder builder()
Copyright © 2021. All rights reserved.