Interface GetBandwidthRateLimitScheduleResponse.Builder

    • Method Detail

      • bandwidthRateLimitIntervals

        GetBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals​(Collection<BandwidthRateLimitInterval> bandwidthRateLimitIntervals)

        An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

        Parameters:
        bandwidthRateLimitIntervals - An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bandwidthRateLimitIntervals

        GetBandwidthRateLimitScheduleResponse.Builder bandwidthRateLimitIntervals​(BandwidthRateLimitInterval... bandwidthRateLimitIntervals)

        An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.

        Parameters:
        bandwidthRateLimitIntervals - An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayArn

        GetBandwidthRateLimitScheduleResponse.Builder gatewayArn​(String gatewayArn)

        The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

        Parameters:
        gatewayArn - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.