@Stability(value=Stable) public static final class CfnConfig.SpectrumConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfig.SpectrumConfigProperty>
CfnConfig.SpectrumConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfig.SpectrumConfigProperty.Builder |
bandwidth(CfnConfig.FrequencyBandwidthProperty bandwidth)
Sets the value of
CfnConfig.SpectrumConfigProperty.getBandwidth() |
CfnConfig.SpectrumConfigProperty.Builder |
bandwidth(IResolvable bandwidth)
Sets the value of
CfnConfig.SpectrumConfigProperty.getBandwidth() |
CfnConfig.SpectrumConfigProperty |
build()
Builds the configured instance.
|
CfnConfig.SpectrumConfigProperty.Builder |
centerFrequency(CfnConfig.FrequencyProperty centerFrequency)
Sets the value of
CfnConfig.SpectrumConfigProperty.getCenterFrequency() |
CfnConfig.SpectrumConfigProperty.Builder |
centerFrequency(IResolvable centerFrequency)
Sets the value of
CfnConfig.SpectrumConfigProperty.getCenterFrequency() |
CfnConfig.SpectrumConfigProperty.Builder |
polarization(String polarization)
Sets the value of
CfnConfig.SpectrumConfigProperty.getPolarization() |
@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty.Builder bandwidth(CfnConfig.FrequencyBandwidthProperty bandwidth)
CfnConfig.SpectrumConfigProperty.getBandwidth()bandwidth - The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:.
AntennaDownlinkDemodDecodeconfig , valid values are between 125 kHz to 650 MHz.AntennaDownlinkconfig , valid values are between 10 kHz to 54 MHz.AntennaUplinkConfig , valid values are between 10 kHz to 54 MHz.this@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty.Builder bandwidth(IResolvable bandwidth)
CfnConfig.SpectrumConfigProperty.getBandwidth()bandwidth - The bandwidth of the spectrum. AWS Ground Station currently has the following bandwidth limitations:.
AntennaDownlinkDemodDecodeconfig , valid values are between 125 kHz to 650 MHz.AntennaDownlinkconfig , valid values are between 10 kHz to 54 MHz.AntennaUplinkConfig , valid values are between 10 kHz to 54 MHz.this@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty.Builder centerFrequency(CfnConfig.FrequencyProperty centerFrequency)
CfnConfig.SpectrumConfigProperty.getCenterFrequency()centerFrequency - The center frequency of the spectrum.
Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.this@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty.Builder centerFrequency(IResolvable centerFrequency)
CfnConfig.SpectrumConfigProperty.getCenterFrequency()centerFrequency - The center frequency of the spectrum.
Valid values are between 2200 to 2300 MHz and 7750 to 8400 MHz for downlink and 2025 to 2120 MHz for uplink.this@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty.Builder polarization(String polarization)
CfnConfig.SpectrumConfigProperty.getPolarization()polarization - The polarization of the spectrum.
Valid values are "RIGHT_HAND" and "LEFT_HAND" . Capturing both "RIGHT_HAND" and "LEFT_HAND" polarization requires two separate configs.this@Stability(value=Stable) public CfnConfig.SpectrumConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnConfig.SpectrumConfigProperty>CfnConfig.SpectrumConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.