public static interface EdgeDeploymentStatus.Builder extends SdkPojo, CopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
Modifier and Type | Method and Description |
---|---|
EdgeDeploymentStatus.Builder |
edgeDeploymentFailedInStage(Integer edgeDeploymentFailedInStage)
The number of edge devices that failed the deployment in current stage.
|
EdgeDeploymentStatus.Builder |
edgeDeploymentPendingInStage(Integer edgeDeploymentPendingInStage)
The number of edge devices yet to pick up the deployment in current stage, or in progress.
|
EdgeDeploymentStatus.Builder |
edgeDeploymentStageStartTime(Instant edgeDeploymentStageStartTime)
The time when the deployment API started.
|
EdgeDeploymentStatus.Builder |
edgeDeploymentStatusMessage(String edgeDeploymentStatusMessage)
A detailed message about deployment status in current stage.
|
EdgeDeploymentStatus.Builder |
edgeDeploymentSuccessInStage(Integer edgeDeploymentSuccessInStage)
The number of edge devices with the successful deployment in the current stage.
|
EdgeDeploymentStatus.Builder |
stageStatus(StageStatus stageStatus)
The general status of the current stage.
|
EdgeDeploymentStatus.Builder |
stageStatus(String stageStatus)
The general status of the current stage.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EdgeDeploymentStatus.Builder stageStatus(String stageStatus)
The general status of the current stage.
stageStatus
- The general status of the current stage.StageStatus
,
StageStatus
EdgeDeploymentStatus.Builder stageStatus(StageStatus stageStatus)
The general status of the current stage.
stageStatus
- The general status of the current stage.StageStatus
,
StageStatus
EdgeDeploymentStatus.Builder edgeDeploymentSuccessInStage(Integer edgeDeploymentSuccessInStage)
The number of edge devices with the successful deployment in the current stage.
edgeDeploymentSuccessInStage
- The number of edge devices with the successful deployment in the current stage.EdgeDeploymentStatus.Builder edgeDeploymentPendingInStage(Integer edgeDeploymentPendingInStage)
The number of edge devices yet to pick up the deployment in current stage, or in progress.
edgeDeploymentPendingInStage
- The number of edge devices yet to pick up the deployment in current stage, or in progress.EdgeDeploymentStatus.Builder edgeDeploymentFailedInStage(Integer edgeDeploymentFailedInStage)
The number of edge devices that failed the deployment in current stage.
edgeDeploymentFailedInStage
- The number of edge devices that failed the deployment in current stage.EdgeDeploymentStatus.Builder edgeDeploymentStatusMessage(String edgeDeploymentStatusMessage)
A detailed message about deployment status in current stage.
edgeDeploymentStatusMessage
- A detailed message about deployment status in current stage.EdgeDeploymentStatus.Builder edgeDeploymentStageStartTime(Instant edgeDeploymentStageStartTime)
The time when the deployment API started.
edgeDeploymentStageStartTime
- The time when the deployment API started.Copyright © 2023. All rights reserved.