Interface DeploymentOverview.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DeploymentOverview.Builder,,DeploymentOverview> SdkBuilder<DeploymentOverview.Builder,,DeploymentOverview> SdkPojo
- Enclosing class:
 DeploymentOverview
public static interface DeploymentOverview.Builder
extends SdkPojo, CopyableBuilder<DeploymentOverview.Builder,DeploymentOverview> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of instances in the deployment in a failed state.inProgress(Long inProgress) The number of instances in which the deployment is in progress.The number of instances in the deployment in a pending state.The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.The number of instances in the deployment in a skipped state.The number of instances in the deployment to which revisions have been successfully deployed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
pending
The number of instances in the deployment in a pending state.
- Parameters:
 pending- The number of instances in the deployment in a pending state.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
inProgress
The number of instances in which the deployment is in progress.
- Parameters:
 inProgress- The number of instances in which the deployment is in progress.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
succeeded
The number of instances in the deployment to which revisions have been successfully deployed.
- Parameters:
 succeeded- The number of instances in the deployment to which revisions have been successfully deployed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
failed
The number of instances in the deployment in a failed state.
- Parameters:
 failed- The number of instances in the deployment in a failed state.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
skipped
The number of instances in the deployment in a skipped state.
- Parameters:
 skipped- The number of instances in the deployment in a skipped state.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ready
The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
- Parameters:
 ready- The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -