Interface TrafficShapingTpsConfiguration.Builder

  • Method Details

    • peakTps

      The maximum number of transactions per second (TPS) that your ad decision server (ADS) can handle. MediaTailor uses this value along with concurrent users and headroom multiplier to calculate optimal traffic distribution and prevent ADS overload.

      Parameters:
      peakTps - The maximum number of transactions per second (TPS) that your ad decision server (ADS) can handle. MediaTailor uses this value along with concurrent users and headroom multiplier to calculate optimal traffic distribution and prevent ADS overload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peakConcurrentUsers

      TrafficShapingTpsConfiguration.Builder peakConcurrentUsers(Integer peakConcurrentUsers)

      The expected peak number of concurrent viewers for your content. MediaTailor uses this value along with peak TPS to determine how to distribute prefetch requests across the available capacity without exceeding your ADS limits.

      Parameters:
      peakConcurrentUsers - The expected peak number of concurrent viewers for your content. MediaTailor uses this value along with peak TPS to determine how to distribute prefetch requests across the available capacity without exceeding your ADS limits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.