public static interface AntennaUplinkConfig.Builder extends SdkPojo, CopyableBuilder<AntennaUplinkConfig.Builder,AntennaUplinkConfig>
| Modifier and Type | Method and Description |
|---|---|
default AntennaUplinkConfig.Builder |
spectrumConfig(Consumer<UplinkSpectrumConfig.Builder> spectrumConfig)
Information about the uplink spectral
Config. |
AntennaUplinkConfig.Builder |
spectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral
Config. |
default AntennaUplinkConfig.Builder |
targetEirp(Consumer<Eirp.Builder> targetEirp)
EIRP of the target.
|
AntennaUplinkConfig.Builder |
targetEirp(Eirp targetEirp)
EIRP of the target.
|
AntennaUplinkConfig.Builder |
transmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAntennaUplinkConfig.Builder spectrumConfig(UplinkSpectrumConfig spectrumConfig)
Information about the uplink spectral Config.
spectrumConfig - Information about the uplink spectral Config.default AntennaUplinkConfig.Builder spectrumConfig(Consumer<UplinkSpectrumConfig.Builder> spectrumConfig)
Information about the uplink spectral Config.
UplinkSpectrumConfig.Builder avoiding
the need to create one manually via UplinkSpectrumConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to spectrumConfig(UplinkSpectrumConfig).
spectrumConfig - a consumer that will call methods on UplinkSpectrumConfig.BuilderspectrumConfig(UplinkSpectrumConfig)AntennaUplinkConfig.Builder targetEirp(Eirp targetEirp)
EIRP of the target.
targetEirp - EIRP of the target.default AntennaUplinkConfig.Builder targetEirp(Consumer<Eirp.Builder> targetEirp)
EIRP of the target.
This is a convenience method that creates an instance of theEirp.Builder avoiding the need to create
one manually via Eirp.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to targetEirp(Eirp).
targetEirp - a consumer that will call methods on Eirp.BuildertargetEirp(Eirp)AntennaUplinkConfig.Builder transmitDisabled(Boolean transmitDisabled)
Whether or not uplink transmit is disabled.
transmitDisabled - Whether or not uplink transmit is disabled.Copyright © 2023. All rights reserved.