public static interface BatchPutGeofenceError.Builder extends SdkPojo, CopyableBuilder<BatchPutGeofenceError.Builder,BatchPutGeofenceError>
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceError.Builder |
error(BatchItemError error)
Contains details associated to the batch error.
|
default BatchPutGeofenceError.Builder |
error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
|
BatchPutGeofenceError.Builder |
geofenceId(String geofenceId)
The geofence associated with the error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutGeofenceError.Builder error(BatchItemError error)
Contains details associated to the batch error.
error - Contains details associated to the batch error.default BatchPutGeofenceError.Builder error(Consumer<BatchItemError.Builder> error)
Contains details associated to the batch error.
This is a convenience 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)BatchPutGeofenceError.Builder geofenceId(String geofenceId)
The geofence associated with the error message.
geofenceId - The geofence associated with the error message.Copyright © 2022. All rights reserved.