static DeploymentDataSummary.Builder |
DeploymentDataSummary.builder() |
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.createdAt(Instant createdAt) |
The time the deployment was created.
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.id(String id) |
The ID of the deployment.
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.name(String name) |
The name of the deployment
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.patternName(String patternName) |
The name of the workload deployment pattern.
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.status(String status) |
The status of the deployment.
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.status(DeploymentStatus status) |
The status of the deployment.
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.toBuilder() |
|
DeploymentDataSummary.Builder |
DeploymentDataSummary.Builder.workloadName(String workloadName) |
The name of the workload.
|