@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about a deployment configuration.
| Constructor and Description |
|---|
DeploymentConfig() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getConcurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
|
Integer |
getFailureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
|
Long |
getRobotDeploymentTimeoutInSeconds()
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
void |
setFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
void |
setRobotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentConfig |
withConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
DeploymentConfig |
withFailureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
DeploymentConfig |
withRobotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
public void setConcurrentDeploymentPercentage(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.public Integer getConcurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
public DeploymentConfig withConcurrentDeploymentPercentage(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.public void setFailureThresholdPercentage(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.public Integer getFailureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
public DeploymentConfig withFailureThresholdPercentage(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.public void setRobotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
robotDeploymentTimeoutInSeconds - The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time
between 1 minute and 7 days. The default is 5 hours.public Long getRobotDeploymentTimeoutInSeconds()
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
public DeploymentConfig withRobotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
robotDeploymentTimeoutInSeconds - The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time
between 1 minute and 7 days. The default is 5 hours.public String toString()
toString in class ObjectObject.toString()public DeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.