public static interface BatchPutGeofenceSuccess.Builder extends SdkPojo, CopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceSuccess.Builder |
createTime(Instant createTime)
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
BatchPutGeofenceSuccess.Builder |
geofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
|
BatchPutGeofenceSuccess.Builder |
updateTime(Instant updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutGeofenceSuccess.Builder createTime(Instant createTime)
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZBatchPutGeofenceSuccess.Builder geofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
geofenceId - The geofence successfully stored in a geofence collection.BatchPutGeofenceSuccess.Builder updateTime(Instant updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
updateTime - The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2022. All rights reserved.