Class DeploymentConfig
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.DeploymentConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
Information about a deployment configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentConfig.Builderbuilder()IntegerconcurrentDeploymentPercentage()The percentage of robots receiving the deployment at the same time.S3ObjectdownloadConditionFile()The download condition file.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfailureThresholdPercentage()The percentage of deployments that need to fail before stopping deployment.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongrobotDeploymentTimeoutInSeconds()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
concurrentDeploymentPercentage
public final Integer concurrentDeploymentPercentage()
The percentage of robots receiving the deployment at the same time.
- Returns:
- The percentage of robots receiving the deployment at the same time.
-
failureThresholdPercentage
public final Integer failureThresholdPercentage()
The percentage of deployments that need to fail before stopping deployment.
- Returns:
- The percentage of deployments that need to fail before stopping deployment.
-
robotDeploymentTimeoutInSeconds
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.
- Returns:
- 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.
-
downloadConditionFile
public final S3Object downloadConditionFile()
The download condition file.
- Returns:
- The download condition file.
-
toBuilder
public DeploymentConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
-
builder
public static DeploymentConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-