@Stability(value=Stable)
public static interface CfnAssetModel.AttributeProperty
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.*;
AttributeProperty attributeProperty = AttributeProperty.builder()
.defaultValue("defaultValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssetModel.AttributeProperty.Builder
A builder for
CfnAssetModel.AttributeProperty |
static class |
CfnAssetModel.AttributeProperty.Jsii$Proxy
An implementation for
CfnAssetModel.AttributeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssetModel.AttributeProperty.Builder |
builder() |
default String |
getDefaultValue()
`CfnAssetModel.AttributeProperty.DefaultValue`.
|
@Stability(value=Stable) @Nullable default String getDefaultValue()
@Stability(value=Stable) static CfnAssetModel.AttributeProperty.Builder builder()
Copyright © 2021. All rights reserved.