public static interface BatchUpdateDevicePositionError.Builder extends SdkPojo, CopyableBuilder<BatchUpdateDevicePositionError.Builder,BatchUpdateDevicePositionError>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDevicePositionError.Builder |
deviceId(String deviceId)
The device associated with the failed location update.
|
BatchUpdateDevicePositionError.Builder |
error(BatchItemError error)
Contains details related to the error code such as the error code and error message.
|
default BatchUpdateDevicePositionError.Builder |
error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code such as the error code and error message.
|
BatchUpdateDevicePositionError.Builder |
sampleTime(Instant sampleTime)
The timestamp at which the device position was determined.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateDevicePositionError.Builder deviceId(String deviceId)
The device associated with the failed location update.
deviceId - The device associated with the failed location update.BatchUpdateDevicePositionError.Builder error(BatchItemError error)
Contains details related to the error code such as the error code and error message.
error - Contains details related to the error code such as the error code and error message.default BatchUpdateDevicePositionError.Builder error(Consumer<BatchItemError.Builder> error)
Contains details related to the error code such as the error code and error message.
This is a convenience method that creates an instance of theBatchItemError.Builder avoiding the need
to create one manually via BatchItemError.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(BatchItemError).
error - a consumer that will call methods on BatchItemError.Buildererror(BatchItemError)BatchUpdateDevicePositionError.Builder sampleTime(Instant sampleTime)
The timestamp at which the device position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
sampleTime - The timestamp at which the device position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2023. All rights reserved.