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 method that creates an instance of theBatchPutGeofenceError.Builder avoiding the need to
create one manually via
BatchPutGeofenceError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchPutGeofenceError.Builder#errors(java.util.Collection) 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 method that creates an instance of theBatchPutGeofenceSuccess.Builder avoiding the need to
create one manually via
BatchPutGeofenceSuccess.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #successes(List.
successes - a consumer that will call methods on
BatchPutGeofenceSuccess.Builder#successes(java.util.Collection) Copyright © 2023. All rights reserved.