Interface DaemonCapacityProvider.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the capacity provider.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the capacity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runningCount

      DaemonCapacityProvider.Builder runningCount(Integer runningCount)

      The number of daemon tasks running on this capacity provider.

      Parameters:
      runningCount - The number of daemon tasks running on this capacity provider.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withoutDaemonCount

      DaemonCapacityProvider.Builder withoutDaemonCount(Integer withoutDaemonCount)

      The number of instances on this capacity provider that are running without the daemon task. This applies to daemons that aren't critical, where the instance remains available for your other tasks even if the daemon task can't start or stops. These instances aren't included in runningCount.

      Parameters:
      withoutDaemonCount - The number of instances on this capacity provider that are running without the daemon task. This applies to daemons that aren't critical, where the instance remains available for your other tasks even if the daemon task can't start or stops. These instances aren't included in runningCount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.