public static final class DeliveryOptimizationBandwidthBusinessHoursLimit.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
bandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)
“Specifies the beginning of business hours using a 24-hour clock (0-23).
|
DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
bandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)
“Specifies the end of business hours using a 24-hour clock (0-23).
|
DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
bandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)
“Specifies the percentage of bandwidth to limit during business hours (0-100).
|
DeliveryOptimizationBandwidthBusinessHoursLimit.Builder |
bandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)
“Specifies the percentage of bandwidth to limit outsidse business hours (0-100).
|
DeliveryOptimizationBandwidthBusinessHoursLimit |
build() |
public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthBeginBusinessHours(Integer bandwidthBeginBusinessHours)
bandwidthBeginBusinessHours - value of bandwidthBeginBusinessHours property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthEndBusinessHours(Integer bandwidthEndBusinessHours)
bandwidthEndBusinessHours - value of bandwidthEndBusinessHours property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthPercentageDuringBusinessHours(Integer bandwidthPercentageDuringBusinessHours)
bandwidthPercentageDuringBusinessHours - value of bandwidthPercentageDuringBusinessHours property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthBusinessHoursLimit.Builder bandwidthPercentageOutsideBusinessHours(Integer bandwidthPercentageOutsideBusinessHours)
bandwidthPercentageOutsideBusinessHours - value of bandwidthPercentageOutsideBusinessHours property (as defined in service metadata)this (for method chaining)public DeliveryOptimizationBandwidthBusinessHoursLimit build()
Copyright © 2018–2020. All rights reserved.