Uses of Class
co.yellowdog.platform.model.Worker.Builder
Packages that use Worker.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of Worker.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Worker.BuilderModifier and TypeMethodDescriptionstatic Worker.BuilderWorker.builder()Worker.Builder.registeredTime(Instant registeredTime) The time at which the worker was registered.Worker.Builder.status(WorkerStatus status) The status of the worker.Worker.Builder.taskGroupId(String taskGroupId) The ID of the task group that has a claim on the worker.