public static interface BatchPutGeofenceResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<BatchPutGeofenceResponse.Builder,BatchPutGeofenceResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceResponse.Builder |
errors(BatchPutGeofenceError... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
errors(Collection<BatchPutGeofenceError> errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
errors(Consumer<BatchPutGeofenceError.Builder>... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
successes(BatchPutGeofenceSuccess... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
successes(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
successes(Consumer<BatchPutGeofenceSuccess.Builder>... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutGeofenceResponse.Builder errors(Collection<BatchPutGeofenceError> errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
errors - Contains additional error details for each geofence that failed to be stored in a geofence collection.BatchPutGeofenceResponse.Builder errors(BatchPutGeofenceError... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
errors - Contains additional error details for each geofence that failed to be stored in a geofence collection.BatchPutGeofenceResponse.Builder errors(Consumer<BatchPutGeofenceError.Builder>... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) BatchPutGeofenceResponse.Builder successes(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
successes - Contains each geofence that was successfully stored in a geofence collection.BatchPutGeofenceResponse.Builder successes(BatchPutGeofenceSuccess... successes)
Contains each geofence that was successfully stored in a geofence collection.
successes - Contains each geofence that was successfully stored in a geofence collection.BatchPutGeofenceResponse.Builder successes(Consumer<BatchPutGeofenceSuccess.Builder>... successes)
Contains each geofence that was successfully stored in a geofence collection.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #successes(List) .successes - a consumer that will call methods on List.Builder #successes(List) Copyright © 2021. All rights reserved.