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.
|