Interface CustomerManagedAutoScalingConfiguration.Builder

  • Method Details

    • standbyWorkerCount

      CustomerManagedAutoScalingConfiguration.Builder standbyWorkerCount(Integer standbyWorkerCount)

      The number of standby workers to maintain for the fleet.

      Parameters:
      standbyWorkerCount - The number of standby workers to maintain for the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workerIdleDurationSeconds

      CustomerManagedAutoScalingConfiguration.Builder workerIdleDurationSeconds(Integer workerIdleDurationSeconds)

      The duration in seconds that a worker can be idle before it is scaled down.

      Parameters:
      workerIdleDurationSeconds - The duration in seconds that a worker can be idle before it is scaled down.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scaleOutWorkersPerMinute

      CustomerManagedAutoScalingConfiguration.Builder scaleOutWorkersPerMinute(Integer scaleOutWorkersPerMinute)

      The number of workers that can be scaled out per minute.

      Parameters:
      scaleOutWorkersPerMinute - The number of workers that can be scaled out per minute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.