static BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.builder() |
|
BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geofenceId(String geofenceId) |
The identifier for the geofence to be stored in a given geofence collection.
|
BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geofenceProperties(Map<String,String> geofenceProperties) |
Associates one of more properties with the geofence.
|
default BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geometry(Consumer<GeofenceGeometry.Builder> geometry) |
Contains the details to specify the position of the geofence.
|
BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.Builder.geometry(GeofenceGeometry geometry) |
Contains the details to specify the position of the geofence.
|
BatchPutGeofenceRequestEntry.Builder |
BatchPutGeofenceRequestEntry.toBuilder() |
|