public static interface DeploymentConfig.Builder extends SdkPojo, CopyableBuilder<DeploymentConfig.Builder,DeploymentConfig>
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfig.Builder |
concurrentDeploymentPercentage(Integer concurrentDeploymentPercentage)
The percentage of robots receiving the deployment at the same time.
|
default DeploymentConfig.Builder |
downloadConditionFile(Consumer<S3Object.Builder> downloadConditionFile)
The download condition file.
|
DeploymentConfig.Builder |
downloadConditionFile(S3Object downloadConditionFile)
The download condition file.
|
DeploymentConfig.Builder |
failureThresholdPercentage(Integer failureThresholdPercentage)
The percentage of deployments that need to fail before stopping deployment.
|
DeploymentConfig.Builder |
robotDeploymentTimeoutInSeconds(Long robotDeploymentTimeoutInSeconds)
The amount of time, in seconds, to wait for deployment to a single robot to complete.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentConfig.Builder concurrentDeploymentPercentage(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.DeploymentConfig.Builder failureThresholdPercentage(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.DeploymentConfig.Builder robotDeploymentTimeoutInSeconds(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.DeploymentConfig.Builder downloadConditionFile(S3Object downloadConditionFile)
The download condition file.
downloadConditionFile - The download condition file.default DeploymentConfig.Builder downloadConditionFile(Consumer<S3Object.Builder> downloadConditionFile)
The download condition file.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to downloadConditionFile(S3Object).
downloadConditionFile - a consumer that will call methods on S3Object.BuilderdownloadConditionFile(S3Object)Copyright © 2022. All rights reserved.