Interface EdgeDeploymentStatus.Builder

    • Method Detail

      • stageStatus

        EdgeDeploymentStatus.Builder stageStatus​(String stageStatus)

        The general status of the current stage.

        Parameters:
        stageStatus - The general status of the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageStatus, StageStatus
      • stageStatus

        EdgeDeploymentStatus.Builder stageStatus​(StageStatus stageStatus)

        The general status of the current stage.

        Parameters:
        stageStatus - The general status of the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StageStatus, StageStatus
      • edgeDeploymentSuccessInStage

        EdgeDeploymentStatus.Builder edgeDeploymentSuccessInStage​(Integer edgeDeploymentSuccessInStage)

        The number of edge devices with the successful deployment in the current stage.

        Parameters:
        edgeDeploymentSuccessInStage - The number of edge devices with the successful deployment in the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeDeploymentPendingInStage

        EdgeDeploymentStatus.Builder edgeDeploymentPendingInStage​(Integer edgeDeploymentPendingInStage)

        The number of edge devices yet to pick up the deployment in current stage, or in progress.

        Parameters:
        edgeDeploymentPendingInStage - The number of edge devices yet to pick up the deployment in current stage, or in progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeDeploymentFailedInStage

        EdgeDeploymentStatus.Builder edgeDeploymentFailedInStage​(Integer edgeDeploymentFailedInStage)

        The number of edge devices that failed the deployment in current stage.

        Parameters:
        edgeDeploymentFailedInStage - The number of edge devices that failed the deployment in current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeDeploymentStatusMessage

        EdgeDeploymentStatus.Builder edgeDeploymentStatusMessage​(String edgeDeploymentStatusMessage)

        A detailed message about deployment status in current stage.

        Parameters:
        edgeDeploymentStatusMessage - A detailed message about deployment status in current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeDeploymentStageStartTime

        EdgeDeploymentStatus.Builder edgeDeploymentStageStartTime​(Instant edgeDeploymentStageStartTime)

        The time when the deployment API started.

        Parameters:
        edgeDeploymentStageStartTime - The time when the deployment API started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.