@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.
|
S3Object |
getDownloadConditionFile()
The download condition file.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConcurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
void |
setDownloadConditionFile(S3Object downloadConditionFile)
The download condition file.
|
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 |
withDownloadConditionFile(S3Object downloadConditionFile)
The download condition file.
|
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 void setDownloadConditionFile(S3Object downloadConditionFile)
The download condition file.
downloadConditionFile
- The download condition file.public S3Object getDownloadConditionFile()
The download condition file.
public DeploymentConfig withDownloadConditionFile(S3Object downloadConditionFile)
The download condition file.
downloadConditionFile
- The download condition file.public String toString()
toString
in class Object
Object.toString()
public DeploymentConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.