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