@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.
|
boolean |
equals(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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentConfig.Builder> |
serializableBuilderClass() |
DeploymentConfig.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer concurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
public Integer failureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
public DeploymentConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>public static DeploymentConfig.Builder builder()
public static Class<? extends DeploymentConfig.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.