BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.averageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec) |
The average upload rate limit component of the bandwidth rate limit interval, in bits per second.
|
static BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.builder() |
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.daysOfWeek(Integer... daysOfWeek) |
The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to
6, where 0 represents Sunday and 6 represents Saturday.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.daysOfWeek(Collection<Integer> daysOfWeek) |
The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to
6, where 0 represents Sunday and 6 represents Saturday.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.endHourOfDay(Integer endHourOfDay) |
The hour of the day to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.endMinuteOfHour(Integer endMinuteOfHour) |
The minute of the hour to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.startHourOfDay(Integer startHourOfDay) |
The hour of the day to start the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.Builder.startMinuteOfHour(Integer startMinuteOfHour) |
The minute of the hour to start the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
BandwidthRateLimitInterval.toBuilder() |
|