Interface NetworkBandwidthGbpsRequest.Builder

    • Method Detail

      • min

        NetworkBandwidthGbpsRequest.Builder min​(Double min)

        The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.

        Parameters:
        min - The minimum network bandwidth in Gbps. Instance types with lower network bandwidth are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        NetworkBandwidthGbpsRequest.Builder max​(Double max)

        The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.

        Parameters:
        max - The maximum network bandwidth in Gbps. Instance types with higher network bandwidth are excluded from selection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.