Interface EdgeDeploymentConfig.Builder

    • Method Detail

      • failureHandlingPolicy

        EdgeDeploymentConfig.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureHandlingPolicy, FailureHandlingPolicy
      • failureHandlingPolicy

        EdgeDeploymentConfig.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FailureHandlingPolicy, FailureHandlingPolicy