Interface Bandwidth.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Bandwidth.Builder,Bandwidth>, SdkBuilder<Bandwidth.Builder,Bandwidth>, SdkPojo
Enclosing class:
Bandwidth

public static interface Bandwidth.Builder extends SdkPojo, CopyableBuilder<Bandwidth.Builder,Bandwidth>
  • Method Details

    • uploadSpeed

      Bandwidth.Builder uploadSpeed(Integer uploadSpeed)

      Upload speed in Mbps.

      Parameters:
      uploadSpeed - Upload speed in Mbps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • downloadSpeed

      Bandwidth.Builder downloadSpeed(Integer downloadSpeed)

      Download speed in Mbps.

      Parameters:
      downloadSpeed - Download speed in Mbps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.