public static interface AntennaDownlinkDemodDecodeConfig.Builder extends SdkPojo, CopyableBuilder<AntennaDownlinkDemodDecodeConfig.Builder,AntennaDownlinkDemodDecodeConfig>
| Modifier and Type | Method and Description |
|---|---|
default AntennaDownlinkDemodDecodeConfig.Builder |
decodeConfig(Consumer<DecodeConfig.Builder> decodeConfig)
Information about the decode
Config. |
AntennaDownlinkDemodDecodeConfig.Builder |
decodeConfig(DecodeConfig decodeConfig)
Information about the decode
Config. |
default AntennaDownlinkDemodDecodeConfig.Builder |
demodulationConfig(Consumer<DemodulationConfig.Builder> demodulationConfig)
Information about the demodulation
Config. |
AntennaDownlinkDemodDecodeConfig.Builder |
demodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation
Config. |
default AntennaDownlinkDemodDecodeConfig.Builder |
spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Information about the spectral
Config. |
AntennaDownlinkDemodDecodeConfig.Builder |
spectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral
Config. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAntennaDownlinkDemodDecodeConfig.Builder decodeConfig(DecodeConfig decodeConfig)
Information about the decode Config.
decodeConfig - Information about the decode Config.default AntennaDownlinkDemodDecodeConfig.Builder decodeConfig(Consumer<DecodeConfig.Builder> decodeConfig)
Information about the decode Config.
DecodeConfig.Builder avoiding the need
to create one manually via DecodeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to decodeConfig(DecodeConfig).
decodeConfig - a consumer that will call methods on DecodeConfig.BuilderdecodeConfig(DecodeConfig)AntennaDownlinkDemodDecodeConfig.Builder demodulationConfig(DemodulationConfig demodulationConfig)
Information about the demodulation Config.
demodulationConfig - Information about the demodulation Config.default AntennaDownlinkDemodDecodeConfig.Builder demodulationConfig(Consumer<DemodulationConfig.Builder> demodulationConfig)
Information about the demodulation Config.
DemodulationConfig.Builder avoiding the
need to create one manually via DemodulationConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to demodulationConfig(DemodulationConfig).
demodulationConfig - a consumer that will call methods on DemodulationConfig.BuilderdemodulationConfig(DemodulationConfig)AntennaDownlinkDemodDecodeConfig.Builder spectrumConfig(SpectrumConfig spectrumConfig)
Information about the spectral Config.
spectrumConfig - Information about the spectral Config.default AntennaDownlinkDemodDecodeConfig.Builder spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Information about the spectral Config.
SpectrumConfig.Builder avoiding the need
to create one manually via SpectrumConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spectrumConfig(SpectrumConfig).
spectrumConfig - a consumer that will call methods on SpectrumConfig.BuilderspectrumConfig(SpectrumConfig)Copyright © 2023. All rights reserved.