static BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.builder() |
|
BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.Builder.deviceId(String deviceId) |
The device associated with the failed location update.
|
default BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.Builder.error(Consumer<BatchItemError.Builder> error) |
Contains details related to the error code such as the error code and error message.
|
BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.Builder.error(BatchItemError error) |
Contains details related to the error code such as the error code and error message.
|
BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.Builder.sampleTime(Instant sampleTime) |
The timestamp at which the device position was determined.
|
BatchUpdateDevicePositionError.Builder |
BatchUpdateDevicePositionError.toBuilder() |
|