public static interface DeployedVersionSummary.Builder extends SdkPojo, CopyableBuilder<DeployedVersionSummary.Builder,DeployedVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
DeployedVersionSummary.Builder |
applicationVersion(Integer applicationVersion)
The version of the deployed application.
|
DeployedVersionSummary.Builder |
status(DeploymentLifecycle status)
The status of the deployment.
|
DeployedVersionSummary.Builder |
status(String status)
The status of the deployment.
|
DeployedVersionSummary.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeployedVersionSummary.Builder applicationVersion(Integer applicationVersion)
The version of the deployed application.
applicationVersion - The version of the deployed application.DeployedVersionSummary.Builder status(String status)
The status of the deployment.
status - The status of the deployment.DeploymentLifecycle,
DeploymentLifecycleDeployedVersionSummary.Builder status(DeploymentLifecycle status)
The status of the deployment.
status - The status of the deployment.DeploymentLifecycle,
DeploymentLifecycleDeployedVersionSummary.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.Copyright © 2023. All rights reserved.