Interface DaemonCircuitBreaker.Builder

  • Method Details

    • failureCount

      DaemonCircuitBreaker.Builder failureCount(Integer failureCount)

      The number of times the circuit breaker detected a daemon deployment failure.

      Parameters:
      failureCount - The number of times the circuit breaker detected a daemon deployment failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.

      Parameters:
      status - The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.

      Parameters:
      status - The circuit breaker status. Amazon ECS is not using the circuit breaker for daemon deployment failures when the status is DISABLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • threshold

      DaemonCircuitBreaker.Builder threshold(Integer threshold)

      The threshold which determines that the daemon deployment failed.

      Parameters:
      threshold - The threshold which determines that the daemon deployment failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.