public static interface DeploymentSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
| Modifier and Type | Method and Description |
|---|---|
DeploymentSummary.Builder |
applicationId(String applicationId)
The unique identifier of the application.
|
DeploymentSummary.Builder |
applicationVersion(Integer applicationVersion)
The version of the application.
|
DeploymentSummary.Builder |
creationTime(Instant creationTime)
The timestamp when the deployment was created.
|
DeploymentSummary.Builder |
deploymentId(String deploymentId)
The unique identifier of the deployment.
|
DeploymentSummary.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment.
|
DeploymentSummary.Builder |
status(DeploymentLifecycle status)
The current status of the deployment.
|
DeploymentSummary.Builder |
status(String status)
The current status of the deployment.
|
DeploymentSummary.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentSummary.Builder applicationId(String applicationId)
The unique identifier of the application.
applicationId - The unique identifier of the application.DeploymentSummary.Builder applicationVersion(Integer applicationVersion)
The version of the application.
applicationVersion - The version of the application.DeploymentSummary.Builder creationTime(Instant creationTime)
The timestamp when the deployment was created.
creationTime - The timestamp when the deployment was created.DeploymentSummary.Builder deploymentId(String deploymentId)
The unique identifier of the deployment.
deploymentId - The unique identifier of the deployment.DeploymentSummary.Builder environmentId(String environmentId)
The unique identifier of the runtime environment.
environmentId - The unique identifier of the runtime environment.DeploymentSummary.Builder status(String status)
The current status of the deployment.
status - The current status of the deployment.DeploymentLifecycle,
DeploymentLifecycleDeploymentSummary.Builder status(DeploymentLifecycle status)
The current status of the deployment.
status - The current status of the deployment.DeploymentLifecycle,
DeploymentLifecycleDeploymentSummary.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.Copyright © 2023. All rights reserved.