Interface DaemonDeploymentCapacityProvider.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.
    • runningInstanceCount

      DaemonDeploymentCapacityProvider.Builder runningInstanceCount(Integer runningInstanceCount)

      The number of instances running daemon tasks on this capacity provider.

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

      DaemonDeploymentCapacityProvider.Builder drainingInstanceCount(Integer drainingInstanceCount)

      The number of instances being drained on this capacity provider during the deployment.

      Parameters:
      drainingInstanceCount - The number of instances being drained on this capacity provider during the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.