Interface Eirp.Builder

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

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

    • units

      Eirp.Builder units(String units)

      Units of an EIRP.

      Parameters:
      units - Units of an EIRP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • units

      Eirp.Builder units(EirpUnits units)

      Units of an EIRP.

      Parameters:
      units - Units of an EIRP.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Eirp.Builder value(Double value)

      Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.

      Parameters:
      value - Value of an EIRP. Valid values are between 20.0 to 50.0 dBW.
      Returns:
      Returns a reference to this object so that method calls can be chained together.