Interface DescribeBandwidthRateLimitResponse.Builder

    • Method Detail

      • gatewayARN

        DescribeBandwidthRateLimitResponse.Builder gatewayARN​(String gatewayARN)
        Sets the value of the GatewayARN property for this object.
        Parameters:
        gatewayARN - The new value for the GatewayARN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • averageUploadRateLimitInBitsPerSec

        DescribeBandwidthRateLimitResponse.Builder averageUploadRateLimitInBitsPerSec​(Long averageUploadRateLimitInBitsPerSec)

        The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.

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

        DescribeBandwidthRateLimitResponse.Builder averageDownloadRateLimitInBitsPerSec​(Long averageDownloadRateLimitInBitsPerSec)

        The average download bandwidth rate limit 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 bandwidth rate limit 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.