Interface BaselineEbsBandwidthMbpsRequest.Builder

    • Method Detail

      • min

        BaselineEbsBandwidthMbpsRequest.Builder min​(Integer min)

        The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.

        Parameters:
        min - The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        BaselineEbsBandwidthMbpsRequest.Builder max​(Integer max)

        The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.

        Parameters:
        max - The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.