Interface PutGeofenceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<PutGeofenceResponse.Builder,PutGeofenceResponse>,LocationResponse.Builder,SdkBuilder<PutGeofenceResponse.Builder,PutGeofenceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PutGeofenceResponse
public static interface PutGeofenceResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<PutGeofenceResponse.Builder,PutGeofenceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutGeofenceResponse.BuildercreateTime(Instant createTime)The timestamp for when the geofence was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZPutGeofenceResponse.BuildergeofenceId(String geofenceId)The geofence identifier entered in the request.PutGeofenceResponse.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.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createTime
PutGeofenceResponse.Builder createTime(Instant createTime)
The timestamp for when the geofence was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
createTime- The timestamp for when the geofence was created 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
PutGeofenceResponse.Builder geofenceId(String geofenceId)
The geofence identifier entered in the request.
- Parameters:
geofenceId- The geofence identifier entered in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
PutGeofenceResponse.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.
-
-