public static interface DeploymentConfig.Builder extends SdkPojo, CopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig.Builder |
concurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
DeploymentConfig.Builder |
failureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
copyapplyMutation, buildDeploymentConfig.Builder concurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
concurrentDeploymentPercentage - The percentage of robots receiving the deployment at the same time.DeploymentConfig.Builder failureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
failureThresholdPercentage - The percentage of deployments that need to fail before stopping deployment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.