Uses of Interface
software.amazon.awssdk.services.location.model.CreateGeofenceCollectionResponse.Builder
-
Packages that use CreateGeofenceCollectionResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of CreateGeofenceCollectionResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreateGeofenceCollectionResponse.Builder Modifier and Type Method Description static CreateGeofenceCollectionResponse.BuilderCreateGeofenceCollectionResponse. builder()CreateGeofenceCollectionResponse.BuilderCreateGeofenceCollectionResponse.Builder. collectionArn(String collectionArn)The Amazon Resource Name (ARN) for the geofence collection resource.CreateGeofenceCollectionResponse.BuilderCreateGeofenceCollectionResponse.Builder. collectionName(String collectionName)The name for the geofence collection.CreateGeofenceCollectionResponse.BuilderCreateGeofenceCollectionResponse.Builder. createTime(Instant createTime)The timestamp for when the geofence collection was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZCreateGeofenceCollectionResponse.BuilderCreateGeofenceCollectionResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreateGeofenceCollectionResponse.Builder Modifier and Type Method Description static Class<? extends CreateGeofenceCollectionResponse.Builder>CreateGeofenceCollectionResponse. serializableBuilderClass()
-