Interface TrafficShapingTpsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrafficShapingTpsConfiguration.Builder,
,TrafficShapingTpsConfiguration> SdkBuilder<TrafficShapingTpsConfiguration.Builder,
,TrafficShapingTpsConfiguration> SdkPojo
- Enclosing class:
TrafficShapingTpsConfiguration
@Mutable
@NotThreadSafe
public static interface TrafficShapingTpsConfiguration.Builder
extends SdkPojo, CopyableBuilder<TrafficShapingTpsConfiguration.Builder,TrafficShapingTpsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpeakConcurrentUsers
(Integer peakConcurrentUsers) The expected peak number of concurrent viewers for your content.The maximum number of transactions per second (TPS) that your ad decision server (ADS) can handle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-