public static interface SpectrumConfig.Builder extends SdkPojo, CopyableBuilder<SpectrumConfig.Builder,SpectrumConfig>
Modifier and Type | Method and Description |
---|---|
default SpectrumConfig.Builder |
bandwidth(Consumer<FrequencyBandwidth.Builder> bandwidth)
Bandwidth of a spectral
Config . |
SpectrumConfig.Builder |
bandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral
Config . |
default SpectrumConfig.Builder |
centerFrequency(Consumer<Frequency.Builder> centerFrequency)
Center frequency of a spectral
Config . |
SpectrumConfig.Builder |
centerFrequency(Frequency centerFrequency)
Center frequency of a spectral
Config . |
SpectrumConfig.Builder |
polarization(Polarization polarization)
Polarization of a spectral
Config . |
SpectrumConfig.Builder |
polarization(String polarization)
Polarization of a spectral
Config . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
SpectrumConfig.Builder bandwidth(FrequencyBandwidth bandwidth)
Bandwidth of a spectral Config
. 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.
bandwidth
- Bandwidth of a spectral Config
. 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.
default SpectrumConfig.Builder bandwidth(Consumer<FrequencyBandwidth.Builder> bandwidth)
Bandwidth of a spectral Config
. 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.
FrequencyBandwidth.Builder
avoiding the need to
create one manually via FrequencyBandwidth.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to bandwidth(FrequencyBandwidth)
.bandwidth
- a consumer that will call methods on FrequencyBandwidth.Builder
bandwidth(FrequencyBandwidth)
SpectrumConfig.Builder centerFrequency(Frequency centerFrequency)
Center frequency of a spectral Config
. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.
centerFrequency
- Center frequency of a spectral Config
. Valid values are between 2200 to 2300 MHz and 7750
to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.default SpectrumConfig.Builder centerFrequency(Consumer<Frequency.Builder> centerFrequency)
Center frequency of a spectral Config
. Valid values are between 2200 to 2300 MHz and 7750 to
8400 MHz for downlink and 2025 to 2120 MHz for uplink.
Frequency.Builder
avoiding the need to create
one manually via Frequency.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to centerFrequency(Frequency)
.centerFrequency
- a consumer that will call methods on Frequency.Builder
centerFrequency(Frequency)
SpectrumConfig.Builder polarization(String polarization)
Polarization of a spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
polarization
- Polarization of a spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
,
Polarization
SpectrumConfig.Builder polarization(Polarization polarization)
Polarization of a spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.
polarization
- Polarization of a spectral Config
. Capturing both "RIGHT_HAND"
and
"LEFT_HAND"
polarization requires two separate configs.Polarization
,
Polarization
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.