Interface BatchPutGeofenceSuccess.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>,SdkBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>,SdkPojo
- Enclosing class:
- BatchPutGeofenceSuccess
public static interface BatchPutGeofenceSuccess.Builder extends SdkPojo, CopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutGeofenceSuccess.BuildercreateTime(Instant createTime)The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZBatchPutGeofenceSuccess.BuildergeofenceId(String geofenceId)The geofence successfully stored in a geofence collection.BatchPutGeofenceSuccess.BuilderupdateTime(Instant updateTime)The timestamp for when the geofence was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createTime
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- Parameters:
createTime- The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geofenceId
BatchPutGeofenceSuccess.Builder geofenceId(String geofenceId)
The geofence successfully stored in a geofence collection.
- Parameters:
geofenceId- The geofence successfully stored in a geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
BatchPutGeofenceSuccess.Builder updateTime(Instant updateTime)
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
updateTime- The timestamp for when the geofence was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-