Class ProvisionedWorkerPool.Builder
java.lang.Object
co.yellowdog.platform.model.ProvisionedWorkerPool.Builder
- Enclosing class:
ProvisionedWorkerPool
-
Method Summary
Modifier and TypeMethodDescriptionawaitingNodes
(boolean awaitingNodes) build()
computeRequirementId
(String computeRequirementId) The ID of the compute requirement used to provision the compute resource.createdTime
(Instant createdTime) expectedNodeCount
(int expectedNodeCount) nodeSummary
(NodeSummary nodeSummary) properties
(ProvisionedWorkerPoolProperties 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
.
-
computeRequirementId
The ID of the compute requirement used to provision the compute resource.- Returns:
this
.
-
build
-
toString
-