Interface RollbackConfig.Builder

  • Method Details

    • timeoutMinutes

      RollbackConfig.Builder timeoutMinutes(Integer timeoutMinutes)

      The length of time in minutes to wait before cancelling the update. Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080 (7 days). Default: 720 (12 hours) if not specified.

      Parameters:
      timeoutMinutes - The length of time in minutes to wait before cancelling the update. Timeout is a minimum-bound property, meaning the timeout occurs no sooner than the time you specify, but can occur shortly thereafter. This value can be between 120 (2 hours) and 10080 (7 days). Default: 720 (12 hours) if not specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.