Interface FrequencyBandwidth.Builder

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

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

    • units

      Frequency bandwidth units.

      Parameters:
      units - Frequency bandwidth units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • units

      Frequency bandwidth units.

      Parameters:
      units - Frequency bandwidth units.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

      • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

      • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.

      • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

      Parameters:
      value - Frequency bandwidth value. AWS Ground Station currently has the following bandwidth limitations:

      • For AntennaDownlinkDemodDecodeconfig, valid values are between 125 kHz to 650 MHz.

      • For AntennaDownlinkconfig, valid values are between 10 kHz to 54 MHz.

      • For AntennaUplinkConfig, valid values are between 10 kHz to 54 MHz.

      Returns:
      Returns a reference to this object so that method calls can be chained together.