@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
public static DeploymentConfig.Builder builder()
public static Class<? extends DeploymentConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.