@Stability(value=Stable)
public static interface CfnTopicRule.PutAssetPropertyValueEntryProperty
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.iot.*;
PutAssetPropertyValueEntryProperty putAssetPropertyValueEntryProperty = PutAssetPropertyValueEntryProperty.builder()
.propertyValues(List.of(AssetPropertyValueProperty.builder()
.timestamp(AssetPropertyTimestampProperty.builder()
.timeInSeconds("timeInSeconds")
// the properties below are optional
.offsetInNanos("offsetInNanos")
.build())
.value(AssetPropertyVariantProperty.builder()
.booleanValue("booleanValue")
.doubleValue("doubleValue")
.integerValue("integerValue")
.stringValue("stringValue")
.build())
// the properties below are optional
.quality("quality")
.build()))
// the properties below are optional
.assetId("assetId")
.entryId("entryId")
.propertyAlias("propertyAlias")
.propertyId("propertyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder
A builder for
CfnTopicRule.PutAssetPropertyValueEntryProperty |
static class |
CfnTopicRule.PutAssetPropertyValueEntryProperty.Jsii$Proxy
An implementation for
CfnTopicRule.PutAssetPropertyValueEntryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder |
builder() |
default String |
getAssetId()
`CfnTopicRule.PutAssetPropertyValueEntryProperty.AssetId`.
|
default String |
getEntryId()
`CfnTopicRule.PutAssetPropertyValueEntryProperty.EntryId`.
|
default String |
getPropertyAlias()
`CfnTopicRule.PutAssetPropertyValueEntryProperty.PropertyAlias`.
|
default String |
getPropertyId()
`CfnTopicRule.PutAssetPropertyValueEntryProperty.PropertyId`.
|
Object |
getPropertyValues()
`CfnTopicRule.PutAssetPropertyValueEntryProperty.PropertyValues`.
|
@Stability(value=Stable) @Nullable default String getAssetId()
@Stability(value=Stable) @Nullable default String getEntryId()
@Stability(value=Stable) @Nullable default String getPropertyAlias()
@Stability(value=Stable) @Nullable default String getPropertyId()
@Stability(value=Stable) @NotNull Object getPropertyValues()
@Stability(value=Stable) static CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder builder()
Copyright © 2021. All rights reserved.