public static final class DeliveryOptimizationBandwidthPercentage.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeliveryOptimizationBandwidthPercentage |
build() |
DeliveryOptimizationBandwidthPercentage.Builder |
maximumBackgroundBandwidthPercentage(Integer maximumBackgroundBandwidthPercentage)
“The default value 0 (zero) means that Delivery Optimization dynamically adjusts
to use the available bandwidth for background downloads.
|
DeliveryOptimizationBandwidthPercentage.Builder |
maximumForegroundBandwidthPercentage(Integer maximumForegroundBandwidthPercentage)
“The default value 0 (zero) means that Delivery Optimization dynamically adjusts
to use the available bandwidth for foreground downloads.
|
public DeliveryOptimizationBandwidthPercentage.Builder maximumBackgroundBandwidthPercentage(Integer maximumBackgroundBandwidthPercentage)
maximumBackgroundBandwidthPercentage - value of maximumBackgroundBandwidthPercentage property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthPercentage.Builder maximumForegroundBandwidthPercentage(Integer maximumForegroundBandwidthPercentage)
maximumForegroundBandwidthPercentage - value of maximumForegroundBandwidthPercentage property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthPercentage build()
Copyright © 2018–2020. All rights reserved.