Interface BandwidthRateLimitInterval.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BandwidthRateLimitInterval.Builder,BandwidthRateLimitInterval>, SdkBuilder<BandwidthRateLimitInterval.Builder,BandwidthRateLimitInterval>, SdkPojo
Enclosing class:
BandwidthRateLimitInterval

public static interface BandwidthRateLimitInterval.Builder extends SdkPojo, CopyableBuilder<BandwidthRateLimitInterval.Builder,BandwidthRateLimitInterval>
  • Method Details

    • startHourOfDay

      BandwidthRateLimitInterval.Builder startHourOfDay(Integer startHourOfDay)

      The hour of the day to start the bandwidth rate limit interval.

      Parameters:
      startHourOfDay - The hour of the day to start the bandwidth rate limit interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startMinuteOfHour

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endHourOfDay

      BandwidthRateLimitInterval.Builder endHourOfDay(Integer endHourOfDay)

      The hour of the day to end the bandwidth rate limit interval.

      Parameters:
      endHourOfDay - The hour of the day to end the bandwidth rate limit interval.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endMinuteOfHour

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • daysOfWeek

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averageUploadRateLimitInBitsPerSec

      BandwidthRateLimitInterval.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 Tape Gateway and Volume Gateway, the minimum value is 51200.

      For S3 File Gateway and FSx File Gateway, the minimum value is 104857600.

      Parameters:
      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 Tape Gateway and Volume Gateway, the minimum value is 51200.

      For S3 File Gateway and FSx File Gateway, the minimum value is 104857600.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • averageDownloadRateLimitInBitsPerSec

      BandwidthRateLimitInterval.Builder averageDownloadRateLimitInBitsPerSec(Long averageDownloadRateLimitInBitsPerSec)

      The average download rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the download rate limit is not set.

      Parameters:
      averageDownloadRateLimitInBitsPerSec - The average download rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the download rate limit is not set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.