public static interface PutGeofenceResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<PutGeofenceResponse.Builder,PutGeofenceResponse>
| Modifier and Type | Method and Description |
|---|---|
PutGeofenceResponse.Builder |
createTime(Instant createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
PutGeofenceResponse.Builder |
geofenceId(String geofenceId)
The geofence identifier entered in the request.
|
PutGeofenceResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutGeofenceResponse.Builder createTime(Instant createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZPutGeofenceResponse.Builder geofenceId(String geofenceId)
The geofence identifier entered in the request.
geofenceId - The geofence identifier entered in the request.PutGeofenceResponse.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.