public static interface BandwidthRateLimitInterval.Builder extends SdkPojo, CopyableBuilder<BandwidthRateLimitInterval.Builder,BandwidthRateLimitInterval>
| Modifier and Type | Method and Description |
|---|---|
BandwidthRateLimitInterval.Builder |
averageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload rate limit component of the bandwidth rate limit interval, in bits per second.
|
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 |
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 |
endHourOfDay(Integer endHourOfDay)
The hour of the day to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
endMinuteOfHour(Integer endMinuteOfHour)
The minute of the hour to end the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
startHourOfDay(Integer startHourOfDay)
The hour of the day to start the bandwidth rate limit interval.
|
BandwidthRateLimitInterval.Builder |
startMinuteOfHour(Integer startMinuteOfHour)
The minute of the hour to start the bandwidth rate limit interval.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBandwidthRateLimitInterval.Builder averageUploadRateLimitInBitsPerSec(Long averageUploadRateLimitInBitsPerSec)
The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set.
For Backup Gateway, the minimum value is (Value).
averageUploadRateLimitInBitsPerSec - The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This
field does not appear in the response if the upload rate limit is not set.
For Backup Gateway, the minimum value is (Value).
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.
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 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.
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 endHourOfDay(Integer endHourOfDay)
The hour of the day to end the bandwidth rate limit interval.
endHourOfDay - The hour of the day to end the bandwidth rate limit interval.BandwidthRateLimitInterval.Builder endMinuteOfHour(Integer endMinuteOfHour)
The minute of the hour to end the bandwidth rate limit interval.
The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour,
use the value 59.
endMinuteOfHour - The minute of the hour to end the bandwidth rate limit interval.
The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an
hour, use the value 59.
BandwidthRateLimitInterval.Builder startHourOfDay(Integer startHourOfDay)
The hour of the day to start the bandwidth rate limit interval.
startHourOfDay - The hour of the day to start the bandwidth rate limit interval.BandwidthRateLimitInterval.Builder startMinuteOfHour(Integer startMinuteOfHour)
The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that
minute. To begin an interval exactly at the start of the hour, use the value 0.
startMinuteOfHour - The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of
that minute. To begin an interval exactly at the start of the hour, use the value 0.Copyright © 2023. All rights reserved.