Class ConfiguredWorkerPool.Builder
java.lang.Object
co.yellowdog.platform.model.ConfiguredWorkerPool.Builder
- Enclosing class:
ConfiguredWorkerPool
-
Method Summary
Modifier and TypeMethodDescriptionawaitingNodes(boolean awaitingNodes) build()createdTime(Instant createdTime) expectedNodeCount(int expectedNodeCount) nodeSummary(NodeSummary nodeSummary) properties(ConfiguredWorkerPoolProperties properties) status(WorkerPoolStatus status) statusChangedTime(Instant statusChangedTime) toString()workerSummary(WorkerSummary workerSummary)
-
Method Details
-
id
- Returns:
this.
-
name
- Returns:
this.
-
namespace
- Returns:
this.
-
createdTime
- Returns:
this.
-
status
- Returns:
this.
-
statusChangedTime
- Returns:
this.
-
expectedNodeCount
- Returns:
this.
-
awaitingNodes
- Returns:
this.
-
workerSummary
- Returns:
this.
-
nodeSummary
- Returns:
this.
-
properties
- Returns:
this.
-
build
-
toString
-