Interface AcceleratorCountRequest.Builder

    • Method Detail

      • min

        AcceleratorCountRequest.Builder min​(Integer min)

        The minimum number of accelerators. To specify no minimum limit, omit this parameter.

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

        AcceleratorCountRequest.Builder max​(Integer max)

        The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set Max to 0.

        Parameters:
        max - The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set Max to 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.