public static interface DeploymentOverview.Builder extends CopyableBuilder<DeploymentOverview.Builder,DeploymentOverview>
| Modifier and Type | Method and Description |
|---|---|
DeploymentOverview.Builder |
failed(Long failed)
The number of instances in the deployment in a failed state.
|
DeploymentOverview.Builder |
inProgress(Long inProgress)
The number of instances in which the deployment is in progress.
|
DeploymentOverview.Builder |
pending(Long pending)
The number of instances in the deployment in a pending state.
|
DeploymentOverview.Builder |
ready(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
|
DeploymentOverview.Builder |
skipped(Long skipped)
The number of instances in the deployment in a skipped state.
|
DeploymentOverview.Builder |
succeeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
|
copyapply, buildDeploymentOverview.Builder pending(Long pending)
The number of instances in the deployment in a pending state.
pending - The number of instances in the deployment in a pending state.DeploymentOverview.Builder inProgress(Long inProgress)
The number of instances in which the deployment is in progress.
inProgress - The number of instances in which the deployment is in progress.DeploymentOverview.Builder succeeded(Long succeeded)
The number of instances in the deployment to which revisions have been successfully deployed.
succeeded - The number of instances in the deployment to which revisions have been successfully deployed.DeploymentOverview.Builder failed(Long failed)
The number of instances in the deployment in a failed state.
failed - The number of instances in the deployment in a failed state.DeploymentOverview.Builder skipped(Long skipped)
The number of instances in the deployment in a skipped state.
skipped - The number of instances in the deployment in a skipped state.DeploymentOverview.Builder ready(Long ready)
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
ready - The number of instances in a replacement environment ready to receive traffic in a blue/green
deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.