public static interface EdgeDeploymentConfig.Builder extends SdkPojo, CopyableBuilder<EdgeDeploymentConfig.Builder,EdgeDeploymentConfig>
| Modifier and Type | Method and Description |
|---|---|
EdgeDeploymentConfig.Builder |
failureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
EdgeDeploymentConfig.Builder |
failureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdgeDeploymentConfig.Builder failureHandlingPolicy(String failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
failureHandlingPolicy - Toggle that determines whether to rollback to previous configuration if the current deployment fails.
By default this is turned on. You may turn this off if you want to investigate the errors yourself.FailureHandlingPolicy,
FailureHandlingPolicyEdgeDeploymentConfig.Builder failureHandlingPolicy(FailureHandlingPolicy failureHandlingPolicy)
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
failureHandlingPolicy - Toggle that determines whether to rollback to previous configuration if the current deployment fails.
By default this is turned on. You may turn this off if you want to investigate the errors yourself.FailureHandlingPolicy,
FailureHandlingPolicyCopyright © 2023. All rights reserved.