@Stability(value=Stable)
public static interface CfnTopicRule.LocationActionProperty
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.*;
LocationActionProperty locationActionProperty = LocationActionProperty.builder()
.deviceId("deviceId")
.latitude("latitude")
.longitude("longitude")
.roleArn("roleArn")
.trackerName("trackerName")
// the properties below are optional
.timestamp(new Date())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTopicRule.LocationActionProperty.Builder
A builder for
CfnTopicRule.LocationActionProperty |
static class |
CfnTopicRule.LocationActionProperty.Jsii$Proxy
An implementation for
CfnTopicRule.LocationActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTopicRule.LocationActionProperty.Builder |
builder() |
String |
getDeviceId()
`CfnTopicRule.LocationActionProperty.DeviceId`.
|
String |
getLatitude()
`CfnTopicRule.LocationActionProperty.Latitude`.
|
String |
getLongitude()
`CfnTopicRule.LocationActionProperty.Longitude`.
|
String |
getRoleArn()
`CfnTopicRule.LocationActionProperty.RoleArn`.
|
default Object |
getTimestamp()
`CfnTopicRule.LocationActionProperty.Timestamp`.
|
String |
getTrackerName()
`CfnTopicRule.LocationActionProperty.TrackerName`.
|
@Stability(value=Stable) @NotNull String getDeviceId()
@Stability(value=Stable) @NotNull String getLatitude()
@Stability(value=Stable) @NotNull String getLongitude()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getTrackerName()
@Stability(value=Stable) @Nullable default Object getTimestamp()
@Stability(value=Stable) static CfnTopicRule.LocationActionProperty.Builder builder()
Copyright © 2022. All rights reserved.