Interface Bandwidths.Builder

  • Method Details

    • available

      Bandwidths.Builder available(Collection<String> available)

      The list of currently available bandwidths.

      Parameters:
      available - The list of currently available bandwidths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • available

      Bandwidths.Builder available(String... available)

      The list of currently available bandwidths.

      Parameters:
      available - The list of currently available bandwidths.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supported

      Bandwidths.Builder supported(Collection<String> supported)

      The list of all bandwidths that this environment plans to support

      Parameters:
      supported - The list of all bandwidths that this environment plans to support
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supported

      Bandwidths.Builder supported(String... supported)

      The list of all bandwidths that this environment plans to support

      Parameters:
      supported - The list of all bandwidths that this environment plans to support
      Returns:
      Returns a reference to this object so that method calls can be chained together.