public static interface CfnAssetModel.AttributeProperty
For more information, see Defining data properties in the AWS IoT SiteWise User Guide .
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.*; 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 java.lang.String |
getDefaultValue()
The default value of the asset model property attribute.
|
default java.lang.String getDefaultValue()
All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating attribute values in the AWS IoT SiteWise User Guide .
static CfnAssetModel.AttributeProperty.Builder builder()