Interface EdgeDeploymentStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EdgeDeploymentStatus.Builder,
,EdgeDeploymentStatus> SdkBuilder<EdgeDeploymentStatus.Builder,
,EdgeDeploymentStatus> SdkPojo
- Enclosing class:
EdgeDeploymentStatus
public static interface EdgeDeploymentStatus.Builder
extends SdkPojo, CopyableBuilder<EdgeDeploymentStatus.Builder,EdgeDeploymentStatus>
-
Method Summary
Modifier and TypeMethodDescriptionedgeDeploymentFailedInStage
(Integer edgeDeploymentFailedInStage) The number of edge devices that failed the deployment in current stage.edgeDeploymentPendingInStage
(Integer edgeDeploymentPendingInStage) The number of edge devices yet to pick up the deployment in current stage, or in progress.edgeDeploymentStageStartTime
(Instant edgeDeploymentStageStartTime) The time when the deployment API started.edgeDeploymentStatusMessage
(String edgeDeploymentStatusMessage) A detailed message about deployment status in current stage.edgeDeploymentSuccessInStage
(Integer edgeDeploymentSuccessInStage) The number of edge devices with the successful deployment in the current stage.stageStatus
(String stageStatus) The general status of the current stage.stageStatus
(StageStatus stageStatus) The general status of the current stage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-
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
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
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
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
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.
-