public static interface AntennaDownlinkConfig.Builder extends SdkPojo, CopyableBuilder<AntennaDownlinkConfig.Builder,AntennaDownlinkConfig>
| Modifier and Type | Method and Description |
|---|---|
default AntennaDownlinkConfig.Builder |
spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Object that describes a spectral
Config. |
AntennaDownlinkConfig.Builder |
spectrumConfig(SpectrumConfig spectrumConfig)
Object that describes a spectral
Config. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAntennaDownlinkConfig.Builder spectrumConfig(SpectrumConfig spectrumConfig)
Object that describes a spectral Config.
spectrumConfig - Object that describes a spectral Config.default AntennaDownlinkConfig.Builder spectrumConfig(Consumer<SpectrumConfig.Builder> spectrumConfig)
Object that describes a 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.