| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationAction.Builder |
LocationAction.builder() |
LocationAction.Builder |
LocationAction.Builder.deviceId(String deviceId)
The unique ID of the device providing the location data.
|
LocationAction.Builder |
LocationAction.Builder.latitude(String latitude)
A string that evaluates to a double value that represents the latitude of the device's location.
|
LocationAction.Builder |
LocationAction.Builder.longitude(String longitude)
A string that evaluates to a double value that represents the longitude of the device's location.
|
LocationAction.Builder |
LocationAction.Builder.roleArn(String roleArn)
The IAM role that grants permission to write to the Amazon Location resource.
|
default LocationAction.Builder |
LocationAction.Builder.timestamp(Consumer<LocationTimestamp.Builder> timestamp)
The time that the location data was sampled.
|
LocationAction.Builder |
LocationAction.Builder.timestamp(LocationTimestamp timestamp)
The time that the location data was sampled.
|
LocationAction.Builder |
LocationAction.toBuilder() |
LocationAction.Builder |
LocationAction.Builder.trackerName(String trackerName)
The name of the tracker resource in Amazon Location in which the location is updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocationAction.Builder> |
LocationAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.location(Consumer<LocationAction.Builder> location)
The Amazon Location Service rule action sends device location updates from an MQTT message to an Amazon
Location tracker resource.
|
Copyright © 2023. All rights reserved.