@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
Information about a deployment configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfig.Builder |
builder() |
Integer |
concurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
|
S3Object |
downloadConditionFile()
The download condition file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
robotDeploymentTimeoutInSeconds()
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentConfig.Builder> |
serializableBuilderClass() |
DeploymentConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer concurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
public final Integer failureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
public final 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.
public final S3Object downloadConditionFile()
The download condition file.
public DeploymentConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>public static DeploymentConfig.Builder builder()
public static Class<? extends DeploymentConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.