Class WorkerPoolSearch.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<WorkerPoolSearch>
co.yellowdog.platform.interaction.scheduler.WorkerPoolSearch.Builder
- Enclosing class:
WorkerPoolSearch
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.createdTime(InstantRange createdTime) Deprecated.namespaces(List<String> namespaces) sortDirection(SortDirection sortDirection) statuses(List<@NotNull WorkerPoolStatus> statuses) toString()Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
namespace
-
namespaces
- Returns:
this.
-
name
- Returns:
this.
-
type
- Returns:
this.
-
statuses
- Returns:
this.
-
createdTime
- Returns:
this.
-
isHealthy
- Returns:
this.
-
sortField
- Returns:
this.
-
sortDirection
- Returns:
this.
-
buildUnchecked
Description copied from class:ValidatedBuilderBuilds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUncheckedin classValidatedBuilder<WorkerPoolSearch>- Returns:
- the object being built
-
toString
-